smolex/README.md

21 lines
506 B
Markdown
Raw Normal View History

2022-05-25 15:40:49 +00:00
# Smolex
2022-05-25 15:16:54 +00:00
2022-05-25 15:40:49 +00:00
An elixir TUI client for Gemini/Spartan and the smolnet in general.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `smolex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:smolex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/smolex>.