From b1ab64cc4d23bcf89f50d4d9e89029a81e49aa8c Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Sun, 3 May 2015 00:21:28 -0700 Subject: [PATCH] Clarify. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e415bdc..09436a2 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ $ git diff-image Installation ------------ -Install exiftool and ImageMagick. (The script will cope with these missing, +1. Install exiftool and ImageMagick. (The script will cope with these missing, but it's not going to be very exciting without them.) ``` brew install exiftool imagemagick ``` -Run `./install.sh`, which will configure your global git config for you. +2. Run `./install.sh`, which will configure your global git config for you. It will tell you what it's done, so it should look something like this: ```