README.md
# Digital Conveyor
[![Build Status](https://travis-ci.org/lexmag/dicon.svg?branch=master "Build Status")](https://travis-ci.org/lexmag/dicon)
Simple release deliverer for Elixir.
## Installation
Add dicon as a dependency in your `mix.exs` file:
```elixir
def deps do
[{:dicon, "~> 0.1"}]
end
```
After you are done, run `mix deps.get` in your shell to fetch the dependencies.
## License
This software is licensed under [the ISC license](LICENSE).