Commit my random junk
[sandbox] / elixir_primes / README.md
1 # Primes
2
3 **TODO: Add description**
4
5 ## Installation
6
7 If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
8
9   1. Add `primes` to your list of dependencies in `mix.exs`:
10
11     ```elixir
12     def deps do
13       [{:primes, "~> 0.1.0"}]
14     end
15     ```
16
17   2. Ensure `primes` is started before your application:
18
19     ```elixir
20     def application do
21       [applications: [:primes]]
22     end
23     ```