Update Installation.md

Summary:
Updates as follow-up to #559
Closes https://github.com/Instagram/IGListKit/pull/560

Differential Revision: D4725122

Pulled By: jessesquires

fbshipit-source-id: 000fd83ed4de656cb9a53c07013533a6cd7a1e4c
This commit is contained in:
Jesse Squires 2017-03-16 15:48:49 -07:00 committed by Facebook Github Bot
parent f7702fa713
commit 782cc1d2a6

View file

@ -14,12 +14,14 @@ pod 'IGListKit', '~> 2.0.0'
### Using `master`
Alternatively, you can use the latest version from the [`master` branch](https://github.com/Instagram/IGListKit/tree/master). This is what we use at Instagram, so you can be confident that `master` is always stable.
Alternatively, you can use the latest version from the [`master` branch](https://github.com/Instagram/IGListKit/tree/master). This is what we use at Instagram, so you can be confident that `master` is always stable and reliable.
```ruby
pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'
```
> **Note:** while `master` is stable, it may have breaking changes. Before updating to `master`, be sure to check the [`CHANGELOG`](https://github.com/Instagram/IGListKit/blob/master/CHANGELOG.md) for details on changes.
### Subspecs
With the exception of `macOS` (which currently only supports the diffing algorithm components), using `pod 'IGListKit'` will get you the full library, including the flexible `UICollectionView` system. Learn more about how to get started in our [Getting Started guide](https://instagram.github.io/IGListKit/getting-started.html).