summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-04-22 14:08:44 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-04-25 10:23:46 +0200
commitf525e88a823fe9a493e5e77cf4910693d963bcd1 (patch)
tree5a29dc36031a90e787e32602d2e5ec17cb8411b3
parenta31c795d7d502381e2fedfa6d432155605acec1f (diff)
downloadmullvadvpn-f525e88a823fe9a493e5e77cf4910693d963bcd1.tar.xz
mullvadvpn-f525e88a823fe9a493e5e77cf4910693d963bcd1.zip
Remove instructions for how to install nodejs manually
-rw-r--r--README.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index 60a014aa3d..af2424b580 100644
--- a/README.md
+++ b/README.md
@@ -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