Skip to content

Commit

Permalink
Add Gemfile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Feb 10, 2015
1 parent 0cb45f4 commit 6a93cb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Ruby library for decrypting [Apple Pay tokens](https://developer.apple.com/libra

*Note: This library is not currently being used in a production environment. Please approach with caution.*

## Install

Add to your `Gemfile`:

```ruby
gem "apple_pay", git: "https://github.com/spreedly/apple_pay.git"
```

## Usage

This Apple Pay library works by:
Expand Down

0 comments on commit 6a93cb1

Please sign in to comment.