docs: update README
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
A little template for Elixir projects.
|
A little template for Elixir projects.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
You can run an interactive shell where to test your code:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
iex -S mix
|
||||||
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
This project uses [`mix test`](https://hexdocs.pm/mix/Mix.Tasks.Test.html) to run the tests:
|
This project uses [`mix test`](https://hexdocs.pm/mix/Mix.Tasks.Test.html) to run the tests:
|
||||||
|
Reference in New Issue
Block a user