Update README.md

This commit is contained in:
Daniella / Tove 2022-08-14 20:31:37 +02:00 committed by GitHub
parent d1816d5f8c
commit 300e558df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ QFT is a small command line application for Quick Peer-To-Peer UDP file transfer
- To use qfts and qftr aliases on linux or mac, run:
run this:
```sh
echo 'alias qftr="qft receiver tudbut.de:4277"' >> ~/.bashrc
echo 'alias qfts="qft sender tudbut.de:4277"' >> ~/.bashrc
echo 'alias qftr="qft receiver tudbut.de:4277"' >> ~/.${SHELL}rc
echo 'alias qfts="qft sender tudbut.de:4277"' >> ~/.${SHELL}rc
```
## Troubleshooting