diff --git a/doc/src/build/install.md b/doc/src/build/install.md index 39c5070104c8c..617c73533fc29 100644 --- a/doc/src/build/install.md +++ b/doc/src/build/install.md @@ -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: