summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorLishid <[email protected]>2023-07-25 15:17:26 -0400
committerGitHub <[email protected]>2023-07-25 15:17:26 -0400
commit7112f01bc6e20f4d6884c71aa2ecf8f6f1f8e3c7 (patch)
treef5898870d5a249caad5df3429ea5d6a071165607 /README.md
parente8f03522bc2ca211cc714b3b77beb6ed10ddaf12 (diff)
downloadai-pulse-obsidian-plugin-7112f01bc6e20f4d6884c71aa2ecf8f6f1f8e3c7.tar.gz
ai-pulse-obsidian-plugin-7112f01bc6e20f4d6884c71aa2ecf8f6f1f8e3c7.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e31368..bb0348e 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,8 @@ Quick starting guide for new plugin devs:
## How to use
- Clone this repo.
-- `npm i` or `yarn` to install dependencies
+- Make sure your NodeJS is at least v16 (`node --version`).
+- `npm i` or `yarn` to install dependencies.
- `npm run dev` to start compilation in watch mode.
## Manually installing the plugin