Skip to content

Commit d8bb708

Browse files
committed
update build instructions
1 parent 45900b2 commit d8bb708

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,17 @@ If the requirements are satisfied, you can continue with the following commands:
120120

121121
```shell
122122
# install all dependencies
123-
$ npm install
123+
$ npm i
124124

125-
# build the extension source to the dist/ directory
126-
$ npm run build
125+
# build the extension and start it in a new firefox instance
126+
$ npm run dev:firefox
127127

128-
# same as build + more optimizations and browser specific settings at release/
129-
$ npm run release:firefox # or "release:chrome" to create a release for chromium based browsers
128+
# build the extension with optimizations to the .output/firefox-mv2 directory
129+
$ npm run build:firefox
130130
```
131131

132+
You can omit the `:firefox` suffix, then it's built for Chrome.
133+
132134
##### Install
133135

134136
If you want to use the addon in Chromium or any browser which is based on it, follow the steps in [installation](#-installation).

0 commit comments

Comments
 (0)