Added install/uninstall options

This commit is contained in:
Kristofers Solo 2022-11-24 13:27:33 +02:00
parent 1ca1851951
commit 7fb967764a

View File

@ -28,4 +28,16 @@ Build and run:
cargo run --release
```
Install:
```bash
make install
```
Uninstall:
```bash
make uninstall
```
---