rox/README.md

25 lines
408 B
Markdown
Raw Normal View History

2016-08-08 08:51:04 -07:00
# Rox
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `rox` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:rox, "~> 0.1.0"}]
end
```
2. Ensure `rox` is started before your application:
```elixir
def application do
[applications: [:rox]]
end
```