diff --git a/README.md b/README.md index 632d4cf..8d38ece 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # 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 +```