Update README.md

This commit is contained in:
Raymond Hill 2014-07-17 21:03:16 -04:00
parent e7d90073f1
commit f1c6f20e66

6
dist/README.md vendored
View file

@ -2,13 +2,13 @@
- Download and unzip `ublock_{version}.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Download and unzip `ublock_{version}.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
- Rename the unzipped directory to `ublock` - Rename the unzipped directory to `ublock`
- When you later update manually, replace the content of `ublock` with the unzipped content. - When you later update manually, replace the content of the `ublock` folder with the content of the latest zipped version.
- This will ensure that all the extension settings will be preserved. - This will ensure that all the extension settings will be preserved (as long as the extension loads from same folder path from which it was originally installed).
- Go to chromium/chrome *Extensions*. - Go to chromium/chrome *Extensions*.
- Click to check *Developer mode*. - Click to check *Developer mode*.
- Click *Load unpacked extension...*. - Click *Load unpacked extension...*.
- In the file selector dialog: - In the file selector dialog:
- Select the directory `ublock` which was created when you unzipped `ublock.zip`. - Select the directory `ublock` which was created above.
- Click *Open*. - Click *Open*.
The extension will now be available in your chromium/chrome browser. The extension will now be available in your chromium/chrome browser.