Update README.md

This commit is contained in:
skyper
2024-02-19 00:18:17 +00:00
committed by GitHub
parent a79c2c6274
commit 900bb69c7f
+1 -1
View File
@@ -1071,7 +1071,7 @@ gs-netcat >"FILENAME" # When prompted, enter the SECRET from the sender
#### Download from Server to Receiver:
```sh
## Spawn a temporary HTTP server and share the current working directory.
python -m http.server 8080
python -m http.server 8080 # --bind 127.0.0.1
```
```sh