Update README to include Carthage instructions

This commit is contained in:
Bradley Ayers 2015-11-19 21:10:52 +11:00
parent 03427bccbe
commit 8f40de0fc0
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ You can test some of these features in the Objective-C demo:
Add the following to you [Podfile](http://guides.cocoapods.org/using/the-podfile.html) `pod 'TLYShyNavBar'`<br />
Import the header `#import <TLYShyNavBar/TLYShyNavBarManager.h>`
+ Using [Carthage](https://github.com/Carthage/Carthage):<br />
Add the following to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md) `github "telly/TLYShyNavBar"`<br />
Import the header `#import <TLYShyNavBar/TLYShyNavBar.h>`
+ Using Submodules:<br />
Download the project/git submodules, and drag the `TLYShyNavBar` folder to your project. <br />