Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh committed May 16, 2015
1 parent f3318d3 commit 699ca7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ And like KIF, this uses private APIs.
tapOn(theFirstView(withLabel(@"Cancel")));
```
Installation
============
Use cocoapods:
```
pod 'Robot'
```
Or pull this in as a subproject and link `IOKit`. The easiest way is to add it to your "Other Linker Flags" build settings:
```
-framework IOKit
```
Components
==========
Expand Down

0 comments on commit 699ca7c

Please sign in to comment.