From d70051e98b53f05900a290a575a8c2df181e34f1 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar Tekuri Date: Tue, 30 Jul 2024 17:25:48 +0530 Subject: [PATCH] readme: correct cli install cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a88b57..54683f3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ## CLI -to install: `cargo install boon-cli` +to install: `cargo install --path cli --locked` or download it from [releases](https://github.com/santhosh-tekuri/boon/releases)