diff --git a/README.md b/README.md index 6471903f7c886e0fbc7f590356f091b73dca53c1..83b834f1fbabf69beb2e22f577b9c47bbd3642d3 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'