Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 554 Bytes

SlashBible

Installation

If available in Hex, the package can be installed as:

  1. Add slash_bible to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:slash_bible, "~> 0.1.0"}]
end
```
  1. Ensure slash_bible is started before your application:
```elixir
def application do
  [applications: [:slash_bible]]
end
```