generated from PlexSheep/rs-base
docs(readme): add install instructions for cargo with crates.io
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m21s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m21s
This commit is contained in:
parent
9c8446c78d
commit
d87d5d02da
1 changed files with 9 additions and 0 deletions
|
@ -36,3 +36,12 @@ $ numf -xp 1337 505 0xaabb
|
|||
0x1F9
|
||||
0xAABB
|
||||
```
|
||||
## Installing
|
||||
|
||||
### Cargo
|
||||
|
||||
`numf` is on [crates.io](https://crates.io).
|
||||
|
||||
```
|
||||
cargo install numf
|
||||
```
|
||||
|
|
Reference in a new issue