commit 916c4b642ddcc54a96b8e7515477b47228519f5a
parent 94324a007d508ba6cff984fb70f1405f2edfcd2a
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sun, 18 Sep 2022 12:37:40 -0400
Add installation instructions
Diffstat:
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ A small chromium extension to make highlighting pages on the fly easier.
Designed to allow you to mark up a page with highlights then print it to PDF,
instead of needing to print to PDF first and then highlight in your PDF reader.
-## What it does
+## Features
Select some text, then press _Alt+H_ and the text will be highlighted yellow.
@@ -13,3 +13,14 @@ Right now, you can only highlight within a block of text. If you try to
highlight across two paragraphs or similar, things will break and not look good.
Also, you can't remove highlights yet, I still have to figure that one out too.
+
+## Installing
+
+Go to [chrome://extensions](chrome://extensions), enable "Developer mode" (the
+toggle is in the top right), click "Load unpacked" and select this project's
+folder.
+
+If you make some changes, note that sometimes Chrome is dumb and doesn't reload
+everything about the extension when you click the reload button. In this case
+you just have to remove and re-add the extension if the changes you made aren't
+working right.