summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-09-29 15:14:57 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-09-30 14:25:48 +0200
commit39b451e00503cbea5fa69feb9e7dfaeb09775a43 (patch)
tree56b459a3589a288c02c67bdb337833b79e9a4330 /README.md
parentf3281cb63b891358abc2b4e20010a152f0f79d09 (diff)
downloadmullvadvpn-39b451e00503cbea5fa69feb9e7dfaeb09775a43.tar.xz
mullvadvpn-39b451e00503cbea5fa69feb9e7dfaeb09775a43.zip
Update readme to require node 16
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c562d4cd4a..2b7cc3c29b 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,7 @@ storePassword = keystore-password
1. *This can be skipped for Android builds*.
- Get the latest version 14 release of Node.js and the latest version of npm. After installing
+ Get the latest version 16 release of Node.js and the latest version of npm. After installing
Node.js the latest version of npm can be installed by running:
```
npm install -g npm
@@ -276,7 +276,7 @@ storePassword = keystore-password
```
#### Linux
- Just download and unpack the `node-v14.xxxx.tar.xz` tarball and add its `bin` directory to your
+ Just download and unpack the `node-v16.xxxx.tar.xz` tarball and add its `bin` directory to your
`PATH`.
#### Windows