aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3741d40..ad4163a 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,8 @@ If you want to hack on this project, here is how you do it.
#### Installing dependencies
+Install Node.js 12 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 12 by running `nvm use`).
+
```bash
npm install
```