From e8e1b9eb0790c5423660a0e7b9d9fe439c0995dc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 22 Jun 2018 05:32:41 -0400 Subject: [PATCH] Update README.md --- dist/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dist/README.md b/dist/README.md index 38030c4a1..61bb765fe 100644 --- a/dist/README.md +++ b/dist/README.md @@ -61,14 +61,17 @@ On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozill ### Build instructions (for developers) - Clone [uBlock](https://github.com/gorhill/uBlock) and [uAssets](https://github.com/uBlockOrigin/uAssets) repositories in the same parent directory + - `git clone https://github.com/gorhill/uBlock.git` + - `git clone https://github.com/uBlockOrigin/uAssets.git` - Set path to uBlock: `cd uBlock` -- Optional: Select the version to build: `git checkout ` +- The official version of uBO is in the `master` branch + - `git checkout master` - Build the plugin: - Chromium: `./tools/make-chromium.sh` - Firefox webext: `./tools/make-firefox.sh all` - Firefox legacy: - - checkout the `firefox-legacy` branch - - `./tools/make-firefox.sh all` + - `git checkout firefox-legacy` + - `./tools/make-firefox-legacy.sh all` - Load the result of the build into your browser: - Chromium: load the unpacked extension folder `/uBlock/dist/build/uBlock0.chromium/` in Chromium to use the extension. - Firefox: drag-and-drop `/uBlock/dist/build/uBlock0.firefox.xpi` or `/uBlock/dist/build/uBlock0.firefox-legacy.xpi` into Firefox.