Feat(README): Updated README.md
This commit is contained in:
parent
0eb51d851f
commit
c4f0cef850
15
README.md
15
README.md
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user