Skip to content

Commit

Permalink
specify devnet branch in sui-setup.sh (MystenLabs#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
longbowlu authored Jun 17, 2022
1 parent cc952e3 commit d768796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/utils/sui-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ command -v cargo >/dev/null 2>&1 || { echo "Cargo (https://doc.rust-lang.org/car
rm -rf sui/

## Build and install Sui binaries
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch "devnet" sui
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui

## Install Move Analyzer language server plugin
cargo install --git https://github.com/move-language/move move-analyzer

## Download Sui source code
git clone https://github.com/MystenLabs/sui.git
git clone https://github.com/MystenLabs/sui.git --branch devnet

## Create Wallet configuration
sui genesis --force
Expand Down

0 comments on commit d768796

Please sign in to comment.