From 782cc1d2a69b7b12c447405be5316352a62db979 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Thu, 16 Mar 2017 15:48:49 -0700 Subject: [PATCH] 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 --- Guides/Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Guides/Installation.md b/Guides/Installation.md index 3384c4e8..184c6d13 100644 --- a/Guides/Installation.md +++ b/Guides/Installation.md @@ -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).