diff options
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` |