From f1c6f20e6622defbae4ac76f9e192f8695bf7f93 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 17 Jul 2014 21:03:16 -0400 Subject: [PATCH] Update README.md --- dist/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/README.md b/dist/README.md index 30d2510be..8db23b014 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.