diff options
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 8 |
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 |
