From f76caf0cefc4f363c93fe6d4631788115998f144 Mon Sep 17 00:00:00 2001 From: Greg Gradwell Date: Mon, 6 Sep 2021 10:47:17 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0602ae5..f7303a5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ def deps do end ``` +You can find the latest version by using the Github release tag. +```elixir +def deps do + [ + {:realflight_integration, git: "https://github.com/copperpunk-elixir/realflight-integration.git", tag: "v0.1.1-alpha"} + ] +end +``` + + Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) and published on [HexDocs](https://hexdocs.pm). Once published, the docs can be found at [https://hexdocs.pm/realflight_integration](https://hexdocs.pm/realflight_integration).