remove install instructions

This commit is contained in:
Marcello 2024-11-08 13:01:11 +01:00
parent 53e991875e
commit beed1f613d
No known key found for this signature in database

View file

@ -16,17 +16,3 @@ Options:
-h, --help Print help
-V, --version Print version
```
## Installation
You can either install the tool with `cargo`:
```sh
cargo install --path <path/to/repo>
```
or build the executable with (output in `target/release`):
```sh
cargo build --release
```