Update README.md

This commit is contained in:
Benjamin Sergeant 2019-02-22 21:53:29 -08:00 committed by GitHub
parent d5551e5d68
commit e881b82511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
```
# Start transfer server, which is just a broadcast server at this point
./ws transfer # running on port 8080.
# Start receiver first
./ws receive ws://localhost:8080
# Sender
# Then send a file. File will be received and written to disk by the receiver process
./ws send ws://localhost:8080 /file/to/path
# Server
./ws transfer # running on port 8080.
```