summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-08-26 11:42:01 +0300
committerYuval Adam <_@yuv.al>2018-08-26 11:42:01 +0300
commit8013932c2646b579d65ae82aeccf848900d35ce5 (patch)
tree32662633950975dc0ccccb03f3bb307dd777cd71
parent878e8c8342b61ac33657763c0610f1676d3d5115 (diff)
Update README
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2298527..0115eb6 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,31 @@
# Dislike
A browser extensions that cleans up the mess that Twitter creates in your feed
+
+## Install
+
+Installation has to be done manually.
+
+### Firefox
+
+ 1. Download the [add-on XPI file](#) (not available yet).
+
+ 2. Firefox should automatically identify the XPI file and request permission to install it.
+
+ 3. Click **Allow** and then **Install** to install the extension.
+
+### Chrome / Chromium
+
+ 1. Download the [extension ZIP file](https://github.com/yuvadm/dislike/archive/master.zip)
+
+ 2. Unzip the file.
+
+ 3. In Google Chrome (or Chromium), in the address bar go to [chrome://extensions](chrome://extensions)
+
+ 4. In the top right corner, click to enable **Developer Mode**.
+
+ 5. Click the **Load unpacked extension** button.
+
+ 6. Navigate to the folder you unziped your code to, and select it.
+
+ 7. The **Dislike** extension should now be loaded.