Update README.md

This commit is contained in:
Lishid 2023-07-25 15:17:26 -04:00 committed by GitHub
parent e8f03522bc
commit 7112f01bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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