Update README
Signed-off-by: ManeraKai <manerakai@protonmail.com>
This commit is contained in:
parent
0c6085ce8d
commit
962eb89743
32
README.md
32
README.md
|
@ -32,8 +32,10 @@ Send Files => [Send](https://github.com/timvisee/send)
|
||||||
**Note**: The Extension will be using random instances by default. You can modify this and add custom instances too.
|
**Note**: The Extension will be using random instances by default. You can modify this and add custom instances too.
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
[![Liberapay](./img/liberapay.svg)](https://liberapay.com/LibRedirect)
|
[![Liberapay](./img/liberapay.svg)](https://liberapay.com/LibRedirect)
|
||||||
[![Patreon](./img/patreon.svg)](https://patreon.com/LibRedirect)\
|
[![Patreon](./img/patreon.svg)](https://patreon.com/LibRedirect)
|
||||||
|
[![Buy me a coffee](./img/bmc.svg)](https://www.buymeacoffee.com/libredirect)
|
||||||
|
|
||||||
BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q**
|
BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q**
|
||||||
|
|
||||||
[FAQ](https://libredirect.github.io/faq.html)
|
[FAQ](https://libredirect.github.io/faq.html)
|
||||||
|
@ -45,7 +47,7 @@ BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q**
|
||||||
## Development
|
## Development
|
||||||
[![Matrix Badge](https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=matrix)](https://matrix.to/#/#libredirect:tokhmi.xyz)
|
[![Matrix Badge](https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=matrix)](https://matrix.to/#/#libredirect:tokhmi.xyz)
|
||||||
### Install Dependencies
|
### Install Dependencies
|
||||||
- [Node.js](https://nodejs.org/) latest LTS is recommended
|
[Node.js](https://nodejs.org/) latest LTS is recommended
|
||||||
```
|
```
|
||||||
npm update
|
npm update
|
||||||
npm install
|
npm install
|
||||||
|
@ -67,22 +69,22 @@ npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install temporarily
|
### Install temporarily
|
||||||
- open `about:addons`
|
open `about:addons`\
|
||||||
- click on the settings button below the addon search bar and select `debug add-on`
|
click on the settings button below the addon search bar and select `debug add-on`\
|
||||||
- press `load temporarily addon`
|
press `load temporarily addon`
|
||||||
|
|
||||||
### Install in Firefox ESR, Developer Edition, Nightly
|
### Install in Firefox ESR, Developer Edition, Nightly
|
||||||
- open `about:config`
|
open `about:config`\
|
||||||
- set `xpinstall.signatures.required` to `false`
|
set `xpinstall.signatures.required` to `false`\
|
||||||
- open `about:addons`
|
open `about:addons`\
|
||||||
- click on the gear shaped `settings` button and select `Install Add-on From File...`
|
click on the gear shaped `settings` button and select `Install Add-on From File...`\
|
||||||
- select `libredirect-VERSION.zip` from `web-ext-artifacts` folder
|
select `libredirect-VERSION.zip` from `web-ext-artifacts` folder
|
||||||
|
|
||||||
### Install in Chromium browsers
|
### Install in Chromium browsers
|
||||||
- open `chrome://extensions`
|
open `chrome://extensions`\
|
||||||
- enable `dev mode`
|
enable `dev mode`\
|
||||||
- select `load unpacked extension`
|
select `load unpacked extension`\
|
||||||
- select `src` folder
|
select `src` folder
|
||||||
|
|
||||||
[Privacy Policy](Privacy-Policy.md)\
|
[Privacy Policy](Privacy-Policy.md)\
|
||||||
Credits: [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)
|
Credits: [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue