commit 7112f01bc6e20f4d6884c71aa2ecf8f6f1f8e3c7 parent e8f03522bc2ca211cc714b3b77beb6ed10ddaf12 Author: Lishid <lishid@gmail.com> Date: Tue, 25 Jul 2023 15:17:26 -0400 Update README.md Diffstat:
M | README.md | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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