From 6e55c3a53cf0dd2206009d28585e51ffdc0824e2 Mon Sep 17 00:00:00 2001 From: Jane Wang Date: Wed, 28 Feb 2024 11:19:29 -0500 Subject: [PATCH] Update soroban cli version to the latest (#755) Co-authored-by: Jane Wang --- docs/getting-started/setup.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx index 331e2176..f62be9b3 100644 --- a/docs/getting-started/setup.mdx +++ b/docs/getting-started/setup.mdx @@ -68,13 +68,12 @@ A popular editor is Visual Studio Code: ## Install the Soroban CLI -The Soroban CLI can execute Soroban contracts in the same environment the -contract will execute on network, however in a local sandbox. +The [Soroban CLI](http://github.com/stellar/soroban-cli) can execute Soroban contracts in the same environment the contract will execute on network, however in a local sandbox. -Install the Soroban CLI using `cargo install`. +Install the [latest released version](https://github.com/stellar/soroban-cli/releases) of Soroban CLI using `cargo install`. ```bash -cargo install --locked --version 20.3.0 soroban-cli +cargo install --locked --version 20.3.1 soroban-cli ``` :::info