Feat(README): Updated
This commit is contained in:
parent
70e58cdbd2
commit
4791bae3d4
18
README.md
18
README.md
@ -1,8 +1,20 @@
|
|||||||
# Rust rewrite of GNU cat
|
# Rust rewrite of GNU cat
|
||||||
|
|
||||||
## Dependencies
|
``` text
|
||||||
- `mold` - a high speed linker
|
catr 0.1.0
|
||||||
- `clang`
|
Minh Tran <minh@minhtrannhat.com>
|
||||||
|
Rust rewrite of cat
|
||||||
|
|
||||||
|
Usage: catr [OPTIONS] [FILE]...
|
||||||
|
Arguments:
|
||||||
|
[FILE]... Input file(s) [default: -] [default: -]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-n Number lines
|
||||||
|
-b Number nonblank lines
|
||||||
|
-h, --help Print help
|
||||||
|
-V, --version Print version
|
||||||
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
`cargo build`
|
`cargo build`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user