summaryrefslogtreecommitdiffhomepage
path: root/BuildInstructions.md
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-04-29 10:56:54 +0200
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-04-30 15:12:05 +0200
commitcef81b6d2c23130509bc472e2b2f228680e9c2cd (patch)
treebe50499db7ae4378913febac947b3cef257e94ac /BuildInstructions.md
parent796084ce868f7d9a5d5e71b7d8ad92ac9c689f8b (diff)
downloadmullvadvpn-cef81b6d2c23130509bc472e2b2f228680e9c2cd.tar.xz
mullvadvpn-cef81b6d2c23130509bc472e2b2f228680e9c2cd.zip
Support windows, linux and macos in setup-rust
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: