Skip to content

Commit 0c44040

Browse files
authored
Update setup with 0.7.0 (#364)
1 parent f2458c1 commit 0c44040

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

docs/getting-started/setup.mdx

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ contract will execute on network, however in a local sandbox.
5757
Install the Soroban CLI using `cargo install`.
5858

5959
```sh
60-
cargo install --locked --version 0.6.0 soroban-cli
60+
cargo install --locked --version 0.7.0 soroban-cli
6161
```
6262

6363
:::info
@@ -77,23 +77,24 @@ soroban
7777

7878
```
7979
❯ soroban
80-
soroban 0.6.0
81-
https://soroban.stellar.org
82-
83-
USAGE:
84-
soroban <SUBCOMMAND>
85-
86-
OPTIONS:
87-
-h, --help Print help information
88-
89-
SUBCOMMANDS:
90-
contract Tools for smart contract developers
91-
config Read and update config
92-
serve Run a local webserver for web app development and testing
93-
events Watch the network for contract events
94-
lab Experiment with early features and expert tools
95-
version Print version information
96-
completion Print shell completion code for the specified shell
80+
Build, deploy, & interact with contracts; set identities to sign with; configure networks; generate keys; and more.
81+
82+
Intro: https://soroban.stellar.org
83+
CLI Reference: https://github.com/stellar/soroban-tools/tree/main/docs/soroban-cli-full-docs.md
84+
85+
Usage: soroban <COMMAND>
86+
87+
Commands:
88+
contract Tools for smart contract developers
89+
config Read and update config
90+
events Watch the network for contract events
91+
lab Experiment with early features and expert tools
92+
version Print version information
93+
completion Print shell completion code for the specified shell
94+
95+
Options:
96+
-h, --help Print help (see more with '--help')
97+
-V, --version Print version
9798
```
9899

99100
[Rust]: https://www.rust-lang.org/

0 commit comments

Comments
 (0)