From 265fcf6121a197f8369098135abc908acfbfd4e9 Mon Sep 17 00:00:00 2001 From: JafarAz Date: Fri, 19 Apr 2024 12:55:27 +0400 Subject: [PATCH] Update solana-avs-mainnet.md --- docs/docs/develop/solana-avs-mainnet.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/develop/solana-avs-mainnet.md b/docs/docs/develop/solana-avs-mainnet.md index 28f429c7c1..e971d4ed9f 100644 --- a/docs/docs/develop/solana-avs-mainnet.md +++ b/docs/docs/develop/solana-avs-mainnet.md @@ -28,8 +28,11 @@ Upon the AVS launch, rewards will not be active until the initiation of IBC on S 1. Install the validator CLI using the following command (From `validator` branch) ``` -cargo install --git https://github.com/composableFi/emulated-light-client --branch validator +cargo install --git https://github.com/composableFi/emulated-light-client ``` + +If you have previously installed the binary, use the `--force` flag. + 2. Check if the validator CLI is installed using the following command. The current version should be returned as a value indicating successful installation. ``` validator --version