@@ 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.