Update README.md

Co-authored-by: Altuğ Bakan <mail@alt.ug>
This commit is contained in:
Foorack / Max Faxälv 2023-07-17 10:09:03 +02:00 committed by Altuğ Bakan
parent 38e6ad3360
commit 4bd8b59c5e

View file

@ -29,7 +29,7 @@ tftpd --help
To run the server on the IP address `0.0.0.0`, read-only, on port `1234` in the `/home/user/tftp` directory: To run the server on the IP address `0.0.0.0`, read-only, on port `1234` in the `/home/user/tftp` directory:
```bash ```bash
tftpd -i 0.0.0.0 -p 1234 -d "/home/user/tftp" --read-only tftpd -i 0.0.0.0 -p 1234 -d "/home/user/tftp" -r
``` ```
## License ## License