Skip to content

Commit

Permalink
Add devnet branch to our git clone instruction (MystenLabs#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind authored Jun 8, 2022
1 parent 7d44e53 commit e526d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/src/build/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ See more [IDE options](https://github.com/MystenLabs/awesome-move#ides) in the [
If you need to download and understand the Sui source code, clone the Sui repository:
```shell
$ git clone https://github.com/MystenLabs/sui.git
$ git clone https://github.com/MystenLabs/sui.git --branch devnet
```
You can start exploring Sui's source code by looking into the following primary directories:
Expand All @@ -110,6 +110,7 @@ And see the Rust [Crates](https://doc.rust-lang.org/rust-by-example/crates.html)
To contribute updates to Sui code, [send pull requests](../contribute/index.md#send-pull-requests) our way.
> NOTE: the above `git clone` command syncs with the `devnet` branch, which makes sure the source code is compatible with our devnet. If you want to run network locally using the latest version and don't need to interact with our devnet, you could switch to `main` branch.
## Next steps
Continue your journey through:
Expand Down

0 comments on commit e526d62

Please sign in to comment.