doc: add how to examples in readme
This commit is contained in:
parent
e1e94ed2c4
commit
b4ab4e2f18
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -2,6 +2,21 @@
|
|||
# rust-tcp-file-transfer
|
||||
TCP File Transfer Server and Client in Rust
|
||||
|
||||
**Usage**
|
||||
> ./rust-tcp-file-transfer -h
|
||||
>
|
||||

|
||||
|
||||
**Examples**
|
||||
> ./rust-tcp-file-transfer -sv -s -l ~/Desktop/cat.png
|
||||
>
|
||||
> ./rust-tcp-file-transfer -cl -r -l ~/Documents/
|
||||
|
||||
|
||||
**TO-DO List**
|
||||
|
||||
☑ Standard library only.
|
||||
|
||||
☑ File transfer over network.
|
||||
|
||||
☑ Remove memory limitations. [d42412c](https://github.com/Tahinli/rust-tcp-file-transfer/pull/1/commits/d42412c57d7d95672ba64b3e489b95f1c4b04a08)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue