Skip to content

Commit

Permalink
Update install.md (MystenLabs#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Aug 9, 2022
1 parent 548564d commit b04d627
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/src/build/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,13 @@ This will put the following binaries in your `PATH` (ex. under `~/.cargo/bin`) t
* [`sui`](cli-client.md) - The Sui CLI tool contains subcommands for enabling `genesis` of validators and accounts, starting the Sui network, and [building and testing Move packages](move/index.md), as well as a [client](cli-client.md) for interacting with the Sui network.
* [`rpc-server`](json-rpc.md) - run a local Sui gateway service accessible via an RPC interface.
Confirm the installation with:
#### macOS and Linux
### macOS and Linux
Confirm the binaries are installed with:
```
$ echo $PATH
```
#### Windows
### Windows
Confirm the binaries are installed with:
```
$ echo %PATH%
```
Expand Down

0 comments on commit b04d627

Please sign in to comment.