Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Aug 11, 2016
1 parent c5ab86f commit df24274
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -18,9 +18,10 @@ The easiest way to install `XMPPFramework` is using CocoaPods. Remember to add t

- This will install the whole framework with all the avaiable extensions:

```
pod 'XMPPFramework'
```ruby
# The version pushed to CocoaPods is very out of date, use master branch for now
pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master'
# pod 'XMPPFramework'
```

- If you want to pick what extensions to install:
Expand Down

0 comments on commit df24274

Please sign in to comment.