From d6af5af47db7690bfbec476f0f2944cd0b204f07 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 5 Aug 2018 05:12:54 +0200 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3