Skip to content

Commit b40bf91

Browse files
author
Paul Daigle
committed
add instructions for getting package from hex
1 parent b61fc3b commit b40bf91

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway
55

66
## Installation
77

8-
using hex:
9-
## Configuration
8+
using hex, add to mixfile:
9+
{ :bitpay, "~> 0.0.1" }
10+
11+
otherwise:
12+
{ :bitpay, github: "bitpay/elixir-client", tag: "v0.0.1" }
1013

1114
## Basic Usage
1215

mix.exs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ defmodule Client.Mixfile do
4141
licenses: ["MIT"],
4242
links: %{"GitHub" => "https://github.com/bitpay/elixir-client"}]
4343
end
44+
4445
defp deps do
4546
[{ :mock, "~> 0.1.0", only: :test },
4647
{ :ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.0" },

0 commit comments

Comments
 (0)