Skip to content

Commit

Permalink
chore(contrib): fix fork command
Browse files Browse the repository at this point in the history
  • Loading branch information
rsilvestre authored and huitseeker committed Apr 26, 2022
1 parent 30a199d commit 7448e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ at [Install Sui](../build/install.md#source-code).

Start by creating your own fork of the repo:
```bash
gh fork https://github.com/mystenlabs/sui.git # or alternatively, clone your fork
gh repo fork https://github.com/mystenlabs/sui.git # or alternatively, clone your fork
cargo install --path sui/sui # put Sui CLI's in your PATH
cd sui
cargo build --all --all-targets # check that build works
Expand Down

0 comments on commit 7448e17

Please sign in to comment.