Skip to content

Commit

Permalink
Added Carthage to Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhodes authored Oct 28, 2016
1 parent 07c2883 commit 188dee3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,24 @@

## Installation

ActionCableClient is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your `Podfile`:
To install, simply:

#### Cocoapods

Add the following line to your `Podfile` and run `pod install`

```ruby
pod "ActionCableClient"
```

#### Carthage

Add the following to your `Cartfile` and run `carthage update` as normal.
```ruby
github "danielrhodes/Swift-ActionCableClient"
```


## Usage

### Get Started & Connect
Expand Down

0 comments on commit 188dee3

Please sign in to comment.