docs(readme): add install instructions for cargo with crates.io
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m21s

This commit is contained in:
Christoph J. Scherr 2024-05-16 18:17:07 +02:00
parent 9c8446c78d
commit d87d5d02da

View file

@ -36,3 +36,12 @@ $ numf -xp 1337 505 0xaabb
0x1F9
0xAABB
```
## Installing
### Cargo
`numf` is on [crates.io](https://crates.io).
```
cargo install numf
```