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

Commit

Permalink
Remove version from soroban-cli install instruction (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Mar 1, 2024
1 parent f96a059 commit 9939124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The [Soroban CLI](http://github.com/stellar/soroban-cli) can execute Soroban con
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.1 soroban-cli
cargo install --locked soroban-cli
```

:::info
Expand Down

0 comments on commit 9939124

Please sign in to comment.