aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-08-05 05:12:54 +0200
committerTeddy Wing2018-08-05 05:12:54 +0200
commitd6af5af47db7690bfbec476f0f2944cd0b204f07 (patch)
treee6678a2ded07210285c55ec165f37c36e5cb4167
parent77b319116df571a4b9c654f385dfb9862868b7e2 (diff)
downloadLegibility-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ee43bb0..c2f531f 100644
--- a/README.md
+++ b/README.md
@@ -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.