From 09c87334727949d74da0e8741a5fbc5e3f25088b Mon Sep 17 00:00:00 2001 From: Anthony Chen Date: Tue, 13 Feb 2018 16:33:34 -0800 Subject: [PATCH] docs(readme): adds hex installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25fd2a9..fedb67a 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Elixir Library for [Lob API](https://lob.com/) ## Installation -The package is currently not available in Hex. Installation should reference the library repository. +The package can be installed by adding `lob_elixir` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:lob_elixir, git: "https://github.com/lob/lob-elixir", tag: "v0.3.0"} + {:lob_elixir, "~> 0.3.0"} ] end ```