smolex/README.md

21 lines
498 B
Markdown
Raw Permalink Normal View History

# Smol
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 `smol` to your list of dependencies in `mix.exs`:
2022-05-25 15:40:49 +00:00
```elixir
def deps do
[
{:smol, "~> 0.1.0"}
2022-05-25 15:40:49 +00:00
]
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/Smol>.