Skip to content

Commit

Permalink
Updated pod installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjørn Olav Ruud committed Dec 9, 2016
1 parent 5409f13 commit 11c24de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,13 @@ There already exists plenty of cache solutions, so why create one more? We had a

### CocoaPods

`$ pod install Cachyr`
```
Add to Podfile:
pod 'Cachyr', :git => 'https://github.com/YR/Cachyr.git'
Then:
$ pod install
```

### Manual

Expand Down

0 comments on commit 11c24de

Please sign in to comment.