diff --git a/doc/src/contribute/index.md b/doc/src/contribute/index.md index 0fd4a54f40869..f483408b68319 100644 --- a/doc/src/contribute/index.md +++ b/doc/src/contribute/index.md @@ -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