diff options
| author | Teddy Wing | 2021-09-09 01:04:57 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2021-09-09 01:04:57 +0200 | 
| commit | 5e2a889c85d88a3a7ce9fc472a55afda81b1c022 (patch) | |
| tree | 92c0ad2c5e1a12101ac985d14d10537fe4bf9191 | |
| parent | 94a13286f9d7e419d63f34f74644adad1ff2e4bd (diff) | |
| download | Legibility-5e2a889c85d88a3a7ce9fc472a55afda81b1c022.tar.bz2 | |
README: Move Firefox installation instructions above Chrome
Firefox has been my primary browser for several years now.
| -rw-r--r-- | README.md | 12 | 
1 files changed, 6 insertions, 6 deletions
| @@ -30,12 +30,6 @@ This extension should be installed unpacked to allow you to freely add and  modify stylesheets in the `css/` directory. -### 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. - -  ### Firefox  This extension is unsigned. Refer to “What are my options if I want to install  unsigned extensions in Firefox?” in @@ -49,6 +43,12 @@ Relaunch Firefox and open the Add-ons page (`about:addons`). Click the “Enable  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. + +  ## License  Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included  COPYING file). | 
