From 825ebad65c6e0df564f3f7b93e9b2c180054699f Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Sun, 22 Mar 2015 14:41:49 +0100 Subject: [PATCH] Add video link to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c71fca..fc83401b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,12 @@ Validate usage of images in Storyboards with `R.validate()` or to validate a spe ## Installation -[CocoaPods](http://cocoapods.org) is the recommended way of installation as this avoids including any binary files into your project. +[CocoaPods](http://cocoapods.org) is the recommended way of installation, as this avoids including any binary files into your project. ### CocoaPods (recommended) +_There is also a [short video](https://vimeo.com/122888912) of this instruction._ + 1. Add `pod 'R.swift'` to your [Podfile](http://cocoapods.org/#get_started) and run `pod install` 2. In XCode: Click on your project in the file list, choose your target under `TARGETS`, click the `Build Phases` tab and add a `New Run Script Phase` by clicking the little plus icon in the top left 3. Drag the new `Run Script` phase **above** the `Compile Sources` phase, expand it and paste the following script: `"$PODS_ROOT/R.swift/rswift" "$SRCROOT"`