mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Update README.md
Summary: Per comments in #1. Enough people asking about this to add it here. Closes https://github.com/Instagram/IGListKit/pull/241 Differential Revision: D4215848 Pulled By: jessesquires fbshipit-source-id: 455c1aa9aacabb8223e3e2506360648c9822237a
This commit is contained in:
parent
1d3e58b9fd
commit
b0e6070861
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ The preferred installation method for `IGListKit` is with [CocoaPods](http://coc
|
|||
```ruby
|
||||
# Latest release of IGListKit
|
||||
pod 'IGListKit'
|
||||
|
||||
# Use the master branch (we use this at Instagram)
|
||||
pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'
|
||||
```
|
||||
|
||||
### Carthage
|
||||
|
|
|
|||
Loading…
Reference in a new issue