Skip to content

Commit

Permalink
Add Carthage install info
Browse files Browse the repository at this point in the history
  • Loading branch information
wessmith committed Sep 12, 2018
1 parent 3831d77 commit 295155f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -17,13 +17,22 @@ To run the example project, clone the repo, run `pod install`, and run the Examp

## Installation

ButtonMerchant is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
ButtonMerchant is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

### CocoaPods

Add this line to your Podfile.
```ruby
pod 'ButtonMerchant'
```

Or, add this to your Cartfile.
### Carthage

```
github "button/button-merchant-ios" ~> 1.0
```

## Author

Button, Inc.
Expand Down

0 comments on commit 295155f

Please sign in to comment.