From 9c2d90ec59171b826f005cae571d6d5bfb4c8f8d Mon Sep 17 00:00:00 2001 From: Jane Wang Date: Wed, 28 Feb 2024 12:07:25 -0400 Subject: [PATCH] Add install instruction --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c915c0e1c6..039043556c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ This repo is home to the [Soroban CLI](https://github.com/stellar/soroban-tools/tree/main/cmd/soroban-cli): The command-line multi-tool for running and deploying Soroban contracts. +## Install the CLI +Install [the latest soroban-cli version](/releases). +`cargo install --locked --version 20.3.1 soroban-cli` + ## Setup Autocomplete `soroban completion --shell ` Possible SHELL values are `bash`, `elvish`, `fish`, `powershell`, `zsh`, etc.