From 3e0dd2a71eeebaf6fd15b3cca29942f18d27149f Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Thu, 17 Nov 2016 06:52:39 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6471903..83b834f 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,17 @@ $ brew update $ brew install carthage ``` -To integrate Format into your Xcode project using Carthage, specify it in your `Cartfile`: +To integrate Zip into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl github "marmelroy/Zip" ``` +When installing make sure to use submodules: +```bash +carthage update --use-submodules +``` + ### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip) ```ruby source 'https://github.com/CocoaPods/Specs.git' -- 2.26.2