TODO: Add description
-
Install telegram-cli from source
-
Install goon
-
Run
mix amnesia.create -db Database --diskIf available in Hex, the package can be installed as:
- Add
t_rto your list of dependencies inmix.exs:
```elixir
def deps do
[{:t_r, "~> 0.1.0"}]
end
```
- Ensure
t_ris started before your application:
```elixir
def application do
[applications: [:t_r]]
end
```