diff options
author | Teddy Wing | 2018-08-05 05:12:54 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-05 05:12:54 +0200 |
commit | d6af5af47db7690bfbec476f0f2944cd0b204f07 (patch) | |
tree | e6678a2ded07210285c55ec165f37c36e5cb4167 | |
parent | 77b319116df571a4b9c654f385dfb9862868b7e2 (diff) | |
download | Legibility-d6af5af47db7690bfbec476f0f2944cd0b204f07.tar.bz2 |
README: Add prompt character to shell code
Forgot this when I wrote the instructions. I usually like to prefix
shell commands with a prompt character.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,8 +42,8 @@ unsigned extensions in Firefox?” in https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ before attempting to install it. - cd '~/Library/Application Support/Firefox/Profiles/PROFILE_DIRECTORY/extensions' - git clone https://github.com/teddywing/Legibility.git 'com.teddywing@legibility' + $ cd '~/Library/Application Support/Firefox/Profiles/PROFILE_DIRECTORY/extensions' + $ git clone https://github.com/teddywing/Legibility.git 'com.teddywing@legibility' Relaunch Firefox and open the Add-ons page (`about:addons`). Click the “Enable” button on Legibility’s row. |