From 0bd24671a44fa416447887490e226c3f0dc54466 Mon Sep 17 00:00:00 2001 From: Tmarlow98 Date: Sat, 8 May 2021 22:54:47 -0400 Subject: [PATCH] Fixed typo in in the install brew imagemagick and ghostscript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da0e8f8e..88e04a9da 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Simplicity and ease-of-use is **BRD**'s core design principle. A simple recovery 1. Clone the repo: `git clone git@github.com:breadwallet/breadwallet-ios.git` 2 Update submodules `git submodule update --recursive` -3. Install imagemagick and ghostscript `brew install imagemagick && brew install ghostscript` +3. Install imagemagick and ghostscript `brew install imagemagick' && 'brew install ghostscript` 4. Open the `breadwallet.xcworkspace` file ## Advanced Setup