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).