diff --git a/docs/getting-started/clients/desktop/desktop-native/index.mdx b/docs/getting-started/clients/desktop/desktop-native/index.mdx index 703aec196..753182fa9 100644 --- a/docs/getting-started/clients/desktop/desktop-native/index.mdx +++ b/docs/getting-started/clients/desktop/desktop-native/index.mdx @@ -9,6 +9,14 @@ information. ## Dependencies +::::note + +The dependencies can be installed in your local environment by running the script +`scripts/prepare-env-rust.sh`. If installing manually, ensure that the versions of the cargo +binaries match those defined in the script. + +:::: + 1. [Rust](https://www.rust-lang.org/tools/install) 2. The nightly toolchain: `rustup toolchain install nightly` 3. Cargo binaries for pre-commit hooks