Commit 3e0dd2a7 authored by Roy Marmelstein's avatar Roy Marmelstein Committed by GitHub

Update README.md

parent e0e60529
...@@ -70,12 +70,17 @@ $ brew update ...@@ -70,12 +70,17 @@ $ brew update
$ brew install carthage $ 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 ```ogdl
github "marmelroy/Zip" github "marmelroy/Zip"
``` ```
When installing make sure to use submodules:
```bash
carthage update --use-submodules
```
### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip) ### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip)
```ruby ```ruby
source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/CocoaPods/Specs.git'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment