README.md
# DokkuRemote
An Elixir client library for running dokku commands on a remote host.
## Installation
The package can be installed
by adding `dokku_remote` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dokku_remote, "~> 0.1.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/dokku_remote>.