diff options
author | Raymond Hill <rhill@raymondhill.net> | 2014-07-17 21:03:16 -0400 |
---|---|---|
committer | Raymond Hill <rhill@raymondhill.net> | 2014-07-17 21:03:16 -0400 |
commit | f1c6f20e6622defbae4ac76f9e192f8695bf7f93 (patch) | |
tree | 9f8b9d8cc0416a075257cbdb3f9e0560fe6ad7a5 /dist/README.md | |
parent | e7d90073f109116ac2b5e7865c6b75cae56835db (diff) | |
download | uBlock-f1c6f20e6622defbae4ac76f9e192f8695bf7f93.zip uBlock-f1c6f20e6622defbae4ac76f9e192f8695bf7f93.tar.gz uBlock-f1c6f20e6622defbae4ac76f9e192f8695bf7f93.tar.bz2 |
Update README.md
Diffstat (limited to 'dist/README.md')
-rw-r--r-- | dist/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/README.md b/dist/README.md index 30d2510..8db23b0 100644 --- a/dist/README.md +++ b/dist/README.md @@ -2,13 +2,13 @@ - Download and unzip `ublock_{version}.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Rename the unzipped directory to `ublock` - - When you later update manually, replace the content of `ublock` with the unzipped content. - - This will ensure that all the extension settings will be preserved. + - 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 (as long as the extension loads from same folder path from which it was originally installed). - Go to chromium/chrome *Extensions*. - Click to check *Developer mode*. - Click *Load unpacked extension...*. - 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*. The extension will now be available in your chromium/chrome browser. |