Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update soroban cli version to the latest (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Wang <[email protected]>
  • Loading branch information
janewang and Jane Wang authored Feb 28, 2024
1 parent 2e52dd0 commit 6e55c3a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e55c3a

Please sign in to comment.