Matej Janezic
0b0ca06398
Added install instructions to README; both normal and debug install. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
build.rs |
README.md
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