diff options
author | Teddy Wing | 2021-09-21 21:01:11 +0200 |
---|---|---|
committer | Teddy Wing | 2021-09-21 21:01:11 +0200 |
commit | 555ab5e8a6c045beb78adcd9dade3fe61f96f6ef (patch) | |
tree | e68f27259bb9de07ad1c65e1cddb75b5d07648ea /README.md | |
parent | ee4954a4f31702495d6ff54ace8c5e06c0eb4c8f (diff) | |
download | Legibility-555ab5e8a6c045beb78adcd9dade3fe61f96f6ef.tar.bz2 |
README: Add `make chrome` to Chrome installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -54,9 +54,12 @@ button on Legibility’s row. ### Chrome -Begin by cloning this repository. Open the Extensions page -(`chrome://extensions/`) and click the “Load unpacked” button. In the resulting -file browser, select the extension’s directory. + $ git clone https://github.com/teddywing/Legibility.git + $ cd Legibility + $ make chrome + +Open the Extensions page (`chrome://extensions/`) and click the “Load unpacked” +button. In the resulting file browser, select the extension’s directory. ## License |