summaryrefslogtreecommitdiffhomepage
path: root/BuildInstructions.md
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2025-08-26 17:09:42 +0200
committerOskar <oskar@mullvad.net>2025-08-27 09:31:59 +0200
commitc4b5ab32d24eaefbe29e525bf35f01860dae5d74 (patch)
tree83893f3f375e82f1e4126416779973ef159cd20d /BuildInstructions.md
parent0d7dacaf28845e3c352c72b71dacd1409882725e (diff)
downloadmullvadvpn-c4b5ab32d24eaefbe29e525bf35f01860dae5d74.tar.xz
mullvadvpn-c4b5ab32d24eaefbe29e525bf35f01860dae5d74.zip
Update volta install instructions
Diffstat (limited to 'BuildInstructions.md')
-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