Feat(README): Updated

This commit is contained in:
minhtrannhat 2023-08-30 21:28:09 -04:00
parent 70e58cdbd2
commit 4791bae3d4
Signed by: minhtrannhat
GPG Key ID: E13CFA85C53F8062

View File

@ -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`