update README

This commit is contained in:
sloane 2024-02-16 16:11:13 -05:00
parent 319fa4b881
commit d4e3f73881

View file

@ -1,21 +1,10 @@
# SloaneSH # SloaneSH
**TODO: Add description** _Sloane's personal static site generator powering [sloane.sh](https://sloane.sh)._
## Installation ## Setup
If [available in Hex](https://hex.pm/docs/publish), the package can be installed 1. Clone the repo
by adding `sloane_sh` to your list of dependencies in `mix.exs`: 2. Install Erlang and Elixir: `asdf install`
3. Install dependencies: `mix deps.get`
```elixir
def deps do
[
{:sloane_sh, "~> 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/sloane_sh>.