Update README.md

This commit is contained in:
windingwind 2022-08-29 21:37:48 +08:00 committed by GitHub
parent cef9153bc5
commit 3f291fee55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ This is an addon/plugin template for [Zotero](https://www.zotero.org/).
> Be careful to set the addonID and addonRef to avoid confliction.
- Run `npm i` to setup the plugin and install dependencies. If you don't have NodeJS installed, please download it [here](https://nodejs.org/en/);
- Run `npm install` to setup the plugin and install dependencies. If you don't have NodeJS installed, please download it [here](https://nodejs.org/en/);
- Run `npm run build` to build the plugin. The xpi for installation and the built code is under builds folder.
### Directory Structure