From fcad63c13eb6371e88a316a49343c5cd92eb5594 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 8 Nov 2024 20:32:36 +0800 Subject: docs: update DEVELOPING.md --- DEVELOPING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'DEVELOPING.md') diff --git a/DEVELOPING.md b/DEVELOPING.md index 687e389..65052c5 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -8,13 +8,13 @@ The minimum requirements are: - Git - Node.js (version 16 and above) -To install the project dependencies run +To install the project dependencies, run ```sh # install dependencies npm install -# install rollup or use npx +# install linting and building tools npm install -g rollup standard ``` @@ -32,7 +32,7 @@ npm run lint ```sh # without code minified -npm build +npm run build # with code minified PRODUCTION=true npm build @@ -40,12 +40,12 @@ PRODUCTION=true npm build ## Firefox Addon -1. To build addon(after `dist/` is generated from `npm build`), run +1. To build addon(after `dist/` is generated from `npm run build`), run ```sh npm run addon ``` -2. Then go to `about:debugging` page in Firfox Browser, then press `This Firefox` for extension page +1. Then Firefox Browser, go to `about:debugging` page. Press `This Firefox` for extension page -3. Press `Load Temporary Add-on...`, then select `manifest.json` in `addon/` +1. Press `Load Temporary Add-on...`, then select `manifest.json` in `addon/` -- cgit v1.2.3-70-g09d2