ahab/README.md

16 lines
228 B
Markdown
Raw Permalink Normal View History

# 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
```