Update README.md

How to install by using source code
This commit is contained in:
bhavya-kothari
2014-03-24 22:43:11 +05:30
parent 9d69360dd7
commit 8d9c53846f

View File

@@ -75,7 +75,7 @@ Build and run the `RETableViewManagerExample.xcworkspace` in Xcode to see `RETab
## Installation
### CocoaPods
### 1) CocoaPods
The recommended approach for installating `RETableViewManager` is via the [CocoaPods](http://cocoapods.org/) package manager, as it provides flexible dependency management and dead simple installation.
For best results, it is recommended that you install via CocoaPods >= **0.28.0** using Git >= **1.8.0** installed via Homebrew.
@@ -116,6 +116,10 @@ $ open MyProject.xcworkspace
Please note that if your installation fails, it may be because you are installing with a version of Git lower than CocoaPods is expecting. Please ensure that you are running Git >= **1.8.0** by executing `git --version`. You can get a full picture of the installation details by executing `pod install --verbose`.
### 2) Include Source Code
Include RETableViewManager, REValidation, Resources, REFormattedNumberField folders in your source code
## API Quickstart