Skip to content

Commit

Permalink
Update install.md (MystenLabs#1611)
Browse files Browse the repository at this point in the history
* Update install.md

Update Cargo install command per input in PR:
MystenLabs#1588

* Update install.md

* Update install.md
  • Loading branch information
Clay-Mysten authored Apr 28, 2022
1 parent 6163f84 commit d56087d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/src/build/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ version 1.60.0 or higher in order to build and install Sui on your machine.
To develop in Sui, you will need the Sui binaries. After installing `cargo`, run:

```shell
$ cargo install --git https://github.com/MystenLabs/sui.git
$ cargo install --git https://github.com/MystenLabs/sui.git sui
```

This will put three binaries in your `PATH` (ex. under `~/.cargo/bin`) that provide these command line interfaces (CLIs):
This will put these binaries in your `PATH` (ex. under `~/.cargo/bin`) that provide these command line interfaces (CLIs):
* [`sui-move`](move.md): Build and test Move packages.
* [`wallet`](wallet.md): Run a local Sui network and gateway service accessible via the wallet CLI. The wallet CLI manage keypairs to sign/send transactions.
* [`rest_server`](rest-api.md): Run a local Sui network and gateway service accessible via a REST interface.
* [`rpc-server`](json-rpc.md): Run a local Sui network and gateway service accessible via an RPC interface.

Confirm the install with:

Expand Down

0 comments on commit d56087d

Please sign in to comment.