diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-12 08:48:16 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-12 08:48:16 +0300 |
commit | 03d0b41a7fff3ee339944570d982db62312b9447 (patch) | |
tree | c5d1170d883068078d1de547ad0d235f2cd7cfa7 /README.md | |
parent | Updated README (diff) | |
download | libredirect-03d0b41a7fff3ee339944570d982db62312b9447.zip |
ignored http from url exclusions https://github.com/libredirect/browser_extension/issues/665. Cleaned other things
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index e597053c..f22e0371 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Requirements: [Node.js LTS](https://nodejs.org/) git clone https://github.com/libredirect/browser_extension cd browser_extension npm install -npm run html -npm run start # Runs on firefox using web-ext +npm run html # Generates html files using Pug +npm run start # Runs in debug mode in firefox using Web-ext ``` ### Run on Chromium manually 1. Open `chrome://extensions` |