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