diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-22 20:44:36 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-22 20:44:40 +0300 |
commit | 610d2da76111154cf61011bb92acb0b5b56d5a40 (patch) | |
tree | 82a2cdf6c313a56778b41a8b610a21b369dee6c6 /README.md | |
parent | Added plus button next to public instances (diff) | |
download | libredirect-610d2da76111154cf61011bb92acb0b5b56d5a40.zip |
Fixed bugs
Diffstat (limited to '')
-rw-r--r-- | README.md | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/README.md b/README.md index d61df1d9..7161a189 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ npm update npm install ``` -Generate the HTML pages: +Generate the HTML pages (you should install [pug-cli](https://www.npmjs.com/package/pug-cli) first globally): ``` npm run pug @@ -87,24 +87,23 @@ npm run start ### Install temporarily -1. open `about:addons` -2. type in the address bar `about:debugging` -3. press `load temporarily addon` +1. Type in the address bar: `about:debugging#/runtime/this-firefox` +3. Press `Load Temporary Add-on...` ### Install in Firefox ESR, Developer Edition, Nightly -1. open `about:config` -2. set `xpinstall.signatures.required` to `false` -3. open `about:addons` -4. click on the gear shaped `settings` button and select `Install Add-on From File...` -5. select `libredirect-VERSION.zip` from `web-ext-artifacts` folder +1. Type in the address bar: `about:config` +2. Set `xpinstall.signatures.required` to `false` +3. Type in the address bar: `about:addons` +4. Click on the gear shaped `settings` button and select `Install Add-on From File...` +5. Select `libredirect-VERSION.zip` from `web-ext-artifacts` folder ### Install in Chromium browsers -1. open `chrome://extensions` -2. enable `dev mode` -3. select `load unpacked extension` -4. select `src` folder +1. Open `chrome://extensions` +2. Enable `dev mode` +3. Select `load unpacked extension` +4. Select `src` folder --- |