aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index aac31dd..9be47b7 100644
--- a/README.md
+++ b/README.md
@@ -109,8 +109,10 @@ At the time I created these themes I've received a few directions from ProtonMai
> **Required for theme creation only**
Install [NodeJS](https://nodejs.org/en/), after forking/cloning this repository install dependencies:
-```
+
+```bash
cd protonmail-themes
+# Requires Node v13.0.1, run `nvm use` to set the correct version.
npm install
```