mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Update README.md
This commit is contained in:
parent
4803e6f69b
commit
deb3247ea2
1 changed files with 4 additions and 2 deletions
|
|
@ -7,8 +7,10 @@ The following assumes a linux environment.
|
|||
1. Open Bash console
|
||||
2. `git clone https://github.com/gorhill/uBlock.git`
|
||||
3. `cd uBlock`
|
||||
4. `make mv3-[platform]`, where `[platform]` is either `chromium`, `edge`, `firefox`, or `safari`
|
||||
5. This will fully build uBO Lite, and during the process filter lists will be downloaded from their respective remote servers
|
||||
4. `git submodule init`
|
||||
5. `git submodule update`
|
||||
6. `make mv3-[platform]`, where `[platform]` is either `chromium`, `edge`, `firefox`, or `safari`
|
||||
7. This will fully build uBO Lite, and during the process filter lists will be downloaded from their respective remote servers
|
||||
|
||||
Upon completion of the script, the resulting extension package will become present in:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue