Merge branch 'obsidianmd:master' into master

This commit is contained in:
Johannes Theiner 2023-10-13 16:46:10 +02:00 committed by GitHub
commit 273defd06e
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