Update README.md
This commit is contained in:
parent
8b97d67ba4
commit
e13c0dcba2
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,7 +1,6 @@
|
|||
# qft
|
||||
|
||||
QFT is a small command line application for Quick (and really reliable) Peer-To-Peer UDP file
|
||||
transfer.
|
||||
QFT is a small application for Quick (and really reliable) Peer-To-Peer UDP file transfer.
|
||||
|
||||
## If a friend sent you here...
|
||||
|
||||
|
@ -16,6 +15,13 @@ friend's instructions on how to receive the file they wanted to send you.
|
|||
- On the receiver PC, enter `qft receiver <helper> <shared-phrase> <filename>`.
|
||||
- Both PCs should start transferring after a short while. If they don't, try again.
|
||||
|
||||
OR
|
||||
- On both PCs, enter `qft gui`.
|
||||
- Select mode
|
||||
- Select file to send and file to save to
|
||||
- Update the shared phrases to match
|
||||
- Click start
|
||||
|
||||
### Arguments:
|
||||
```
|
||||
qft helper <bind-port>
|
||||
|
|
Loading…
Reference in a new issue