Skip to content

Commit fa8c27d

Browse files
committed
more simple README
1 parent 74fe17b commit fa8c27d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ With a prepared environment including `s3fs`.
1919
$ git clone https://github.com/fsspec/fsspec-proxy
2020
$ cd fsspec-proxy
2121
$ pip install ./fsspec-proxy
22-
$ fsspec-proxy #
22+
$ fsspec-proxy
2323
$ # new console, same directory
24-
$ uvx pyscript run ./example --port 8899
24+
$ cd example
25+
$ uvx pyscript run . --port 8899
2526
```

0 commit comments

Comments
 (0)