Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Nov 11, 2023
1 parent 5214228 commit fffe236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@ If the requirements are satisfied, you can continue with the following commands:
# install all dependencies
$ npm install

# build the extension source to a build/ directory
# build the extension source to the dist/ directory
$ npm run build

# same as build + create a bundle zipfile at dist/
$ npm run bundle
# same as build + more optimizations and browser specific settings at release/
$ npm run release:firefox # or "release:chrome" to create a release for chromium based browsers
```

##### Install

If you want to use the addon in Chromium or any browser which is based on it (almost every other, Google Chrome, Opera, ...), follow the steps in [installation](#-installation).
If you want to use the addon in Chromium or any browser which is based on it, follow the steps in [installation](#-installation).
When using firefox, use the following:

1. Type `about:debugging` in the browser's address bar.
Expand Down

0 comments on commit fffe236

Please sign in to comment.