Feat(README): Updated README.md

This commit is contained in:
minhtrannhat 2023-07-21 22:13:18 -04:00
parent 0eb51d851f
commit c4f0cef850
Signed by: minhtrannhat
GPG Key ID: E13CFA85C53F8062

View File

@ -1,5 +1,20 @@
# Echor - A Rust Rewrite of GNU/BSD echo program # Echor - A Rust Rewrite of GNU/BSD echo program
``` text
echor 0.1.0
Minh Tran <minh@minhtrannhat.com>
Rust rewrite of echo
Usage: echor [OPTIONS] <TEXT>...
Arguments:
<TEXT>... Input text
Options:
-n Do not print newline
-h, --help Print help
-V, --version Print versio
```
## Build ## Build
`cargo build` `cargo build`