docs: update README

This commit is contained in:
2025-08-27 08:43:08 +02:00
parent 0bab670872
commit c95faa86ed

View File

@@ -2,6 +2,14 @@
A little template for Elixir projects.
## Development
You can run an interactive shell where to test your code:
```sh
iex -S mix
```
## Testing
This project uses [`mix test`](https://hexdocs.pm/mix/Mix.Tasks.Test.html) to run the tests: