summaryrefslogtreecommitdiffhomepage
path: root/BuildInstructions.md
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-04-30 15:35:02 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-04-30 15:35:02 +0200
commit0325fc1023f6b5d6d453ebfddd24367a7f3b1a24 (patch)
treebe50499db7ae4378913febac947b3cef257e94ac /BuildInstructions.md
parent796084ce868f7d9a5d5e71b7d8ad92ac9c689f8b (diff)
parentcef81b6d2c23130509bc472e2b2f228680e9c2cd (diff)
downloadmullvadvpn-0325fc1023f6b5d6d453ebfddd24367a7f3b1a24.tar.xz
mullvadvpn-0325fc1023f6b5d6d453ebfddd24367a7f3b1a24.zip
Merge branch 'support-macos-and-linux-in-scriptssetup-rust-droid-1962'
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: