summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69ba528101..8bed95414e 100644
--- a/README.md
+++ b/README.md
@@ -259,7 +259,11 @@ storePassword = keystore-password
1. *This can be skipped for Android builds*.
- Get the latest version 12 release of Node.js and the latest version of npm.
+ Get the latest version 12 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
+ ```
#### macOS
```bash
brew install node