diff --git a/doc/src/build/install.md b/doc/src/build/install.md index 6a51701f7194f..f5dd75950b856 100644 --- a/doc/src/build/install.md +++ b/doc/src/build/install.md @@ -277,10 +277,10 @@ Use the `--help` flag to access helpful information for any of these binaries. ## Integrated development environment -The recommended IDE for Move development is [Visual Studio Code](https://code.visualstudio.com/) with the move-analyzer extension. Follow the Visual Studio Marketplace instructions to install the [move-analyzer extension](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer), then install the move-analyzer language server passing `address20` using the `--features` flag: +The recommended IDE for Move development is [Visual Studio Code](https://code.visualstudio.com/) with the move-analyzer extension. Follow the Visual Studio Marketplace instructions to install the [move-analyzer extension](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer), then install the move-analyzer language server passing `address20` using the `--features` flag and passing `sui-move` to the `branch` flag: ```shell -cargo install --git https://github.com/move-language/move move-analyzer --features "address20" +cargo install --git https://github.com/move-language/move move-analyzer --branch sui-move --features "address32" ``` See more [IDE options](https://github.com/MystenLabs/awesome-move#ides) in the [Awesome Move](https://github.com/MystenLabs/awesome-move) documentation.