ソースを参照

Add installation section to README

Ryan Olson 12 年 前
コミット
fe2ee7670f
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -78,6 +78,16 @@ The code injection is left as an exercise for the reader. :innocent:
 ![Springboard Lock Screen](http://engineering.flipboard.com/assets/flex/flex-readme-reverse-1.png) ![Springboard Home Screen](http://engineering.flipboard.com/assets/flex/flex-readme-reverse-2.png)
 
 
+## Installation
+FLEX is available on [Cocoapods](http://cocoapods.org/). Simply add the following line to your podfile:
+
+```ruby
+pod 'FLEX', '~> 1.1'
+```
+
+Alternatively, you can manually add the files in `Classes/` to your Xcode project. FLEX requires iOS 6 or higher.
+
+
 ## Excluding FLEX from Release (App Store) Builds
 FLEX makes it easy to explore the internals of your app, so it is not something you should expose to your users. Fortunately, it is easy to exclude FLEX files from Release builds. In Xcode, navigate to the "Build Settings" tab of your project. Click the plus and select `Add User-Defined Setting`.