summaryrefslogtreecommitdiffhomepage
path: root/BuildInstructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'BuildInstructions.md')
-rw-r--r--BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index db04a7f048..15c94b06b4 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -9,9 +9,9 @@ on your platform please submit an issue or a pull request.
## All platforms
- Get the latest **stable** Rust toolchain via [rustup.rs](https://rustup.rs/).
- - Install default targets and components needed for desktop
+ - Install default targets and components needed for your platform:
```bash
- ./scripts/setup-rust desktop
+ ./scripts/setup-rust android|ios|windows|linux|macos
```
- (Optional) Run the following to install a git `post-checkout` hook that will automatically
run the `setup-rust` script when the Rust version specified in the `rust-toolchain.toml` file changes: