From 0b0ca063988e29296905805ddcccbf076a402367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 27 Nov 2023 16:35:44 +0100 Subject: [PATCH] chore: update README with install info Added install instructions to README; both normal and debug install. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +```