summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2025-08-27 09:32:07 +0200
committerOskar <oskar@mullvad.net>2025-08-27 09:32:07 +0200
commit799c442af0301c5341d328f7f44a3e76b5340212 (patch)
tree83893f3f375e82f1e4126416779973ef159cd20d
parent0d7dacaf28845e3c352c72b71dacd1409882725e (diff)
parentc4b5ab32d24eaefbe29e525bf35f01860dae5d74 (diff)
downloadmullvadvpn-799c442af0301c5341d328f7f44a3e76b5340212.tar.xz
mullvadvpn-799c442af0301c5341d328f7f44a3e76b5340212.zip
Merge branch 'update-volta-build-instructions-des-2082'
-rw-r--r--BuildInstructions.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 15c94b06b4..dfbf764f67 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -22,10 +22,14 @@ on your platform please submit an issue or a pull request.
- You need Node.js and npm. You can find the exact versions in the `volta` section of
`desktop/package.json`. The toolchain is managed by volta.
- - Linux & macOS
+ - Linux
+
+ Follow instructions on [volta.sh](https://volta.sh/)
+
+ - macOS
```bash
- cargo install --git https://github.com/volta-cli/volta && volta setup
+ brew install volta && volta setup
````
- Windows