chore: update README with install info

Added install instructions to README; both normal and debug install.
This commit is contained in:
Matej Janezic 2023-11-27 16:35:44 +01:00
parent 98f02c1c08
commit 0b0ca06398
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 14 additions and 0 deletions

View File

@ -1 +1,15 @@
# ahab # ahab
## Installing
Clone this repo, with rust installed run this from root of the repo.
```
cargo install --path .
```
For printing of underlying commands install with `debug` flag.
```
cargo install --path . --debug
```