diff options
author | Mennaruuk <52135169+Mennaruuk@users.noreply.github.com> | 2022-03-16 02:15:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 09:15:49 +0300 |
commit | de80a23507a3df8899067e8fe986ec848bc854a8 (patch) | |
tree | 409908abf66a3b7f0386627167c84d96d6d46dfb /README.md | |
parent | Implemented changeInstance shortcut in a different way #112 (diff) | |
download | libredirect-de80a23507a3df8899067e8fe986ec848bc854a8.zip |
Add web-ext dependency (#113)
Users who want to build LibRedirect as a WebExtension must install [web-ext](https://www.npmjs.com/package/web-ext) or they will face an error.
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 5e8c0ebe..ab1fb5ae 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Send Files => [Send](https://github.com/timvisee/send) - [Node.js](https://nodejs.org/) latest LTS is recommended - `npm update` - `npm install` +- `npm i web-ext` ### Build - `npm run build` |