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
|
||||
|
||||
## Dependencies
|
||||
- `mold` - a high speed linker
|
||||
- `clang`
|
||||
``` text
|
||||
catr 0.1.0
|
||||
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
|
||||
`cargo build`
|
||||
|
Loading…
x
Reference in New Issue
Block a user