diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-04-22 14:08:44 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-04-25 10:23:46 +0200 |
| commit | f525e88a823fe9a493e5e77cf4910693d963bcd1 (patch) | |
| tree | 5a29dc36031a90e787e32602d2e5ec17cb8411b3 | |
| parent | a31c795d7d502381e2fedfa6d432155605acec1f (diff) | |
| download | mullvadvpn-f525e88a823fe9a493e5e77cf4910693d963bcd1.tar.xz mullvadvpn-f525e88a823fe9a493e5e77cf4910693d963bcd1.zip | |
Remove instructions for how to install nodejs manually
| -rw-r--r-- | README.md | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -275,29 +275,21 @@ storePassword = keystore-password versions that we target are specified in `package.json` in the `volta` section. Those versions will be used automatically if volta is installed and setup. - To install Volta, run: + To install Volta on Linux and macOS, run: ``` cargo install --git https://github.com/volta-cli/volta volta setup ``` or follow the their instructions: https://github.com/volta-cli/volta. + #### Windows + Install the `msi` hosted here: https://github.com/volta-cli/volta. + If installing Node.js manually then the latest version of npm can be installed by running: ``` npm install -g npm ``` - #### macOS - ```bash - brew install node - ``` - - #### Linux - Just download and unpack the `node-v16.xxxx.tar.xz` tarball and add its `bin` directory to your - `PATH`. - - #### Windows - Download the Node.js installer from the official website. 1. Install Go (ideally version `1.16`) by following the [official instructions](https://golang.org/doc/install). Newer versions may work |
