From a5501323a9f8299c3c44154a7d0382da1ddca7a1 Mon Sep 17 00:00:00 2001 From: Yury Akudovich Date: Wed, 23 Oct 2024 16:25:29 +0200 Subject: [PATCH] doc: Add manual installation instruction for zkstack_cli. --- zkstack_cli/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zkstack_cli/README.md b/zkstack_cli/README.md index f1c92cc3d2e..e8116508821 100644 --- a/zkstack_cli/README.md +++ b/zkstack_cli/README.md @@ -30,6 +30,16 @@ zkstackup --local This command installs `zkstack` from the current repository. +#### Manual installation + +Run from the repository root: + +```bash +cargo install --path zkstack_cli/crates/zkstack --force --locked +``` + +And make sure that `.cargo/bin` is included into `PATH`. + ### Foundry Integration Foundry is used for deploying smart contracts. Pass flags for Foundry integration with the `-a` option, e.g.,