We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fe17b commit fa8c27dCopy full SHA for fa8c27d
README.md
@@ -19,7 +19,8 @@ With a prepared environment including `s3fs`.
19
$ git clone https://github.com/fsspec/fsspec-proxy
20
$ cd fsspec-proxy
21
$ pip install ./fsspec-proxy
22
-$ fsspec-proxy #
+$ fsspec-proxy
23
$ # new console, same directory
24
-$ uvx pyscript run ./example --port 8899
+$ cd example
25
+$ uvx pyscript run . --port 8899
26
```
0 commit comments