1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Added build instructions to dist/README.md (#2648)

This commit is contained in:
Trent Robbins 2017-05-26 04:30:02 -07:00 committed by Raymond Hill
parent 5f7354476b
commit 56b0b0c330

9
dist/README.md vendored
View File

@ -16,6 +16,15 @@
The extension will now be available in your chromium/chromium-based browser.
##### Chromium Build Instructions (for developers)
- Clone [uBlock](https://github.com/gorhill/uBlock) and [uAssets](https://github.com/uBlockOrigin/uAssets) repositories in the same parent directory
- Set path to uBlock: `cd uBlock`
- Optional: Select the version to build: `git checkout <tag>`
- Build the plugin: `./tools/make-chromium.sh`
- Load the unpacked extension folder `/uBlock/dist/build/uBlock0.chromium/` in Chromium to use the extension
Remember that you have to update manually also. For some users, updating manually is actually an advantage because:
- You can update when **you** want
- If ever a new version sucks, you can easily just re-install the previous one