Add missing instruction in README.md

This commit is contained in:
Santiago Botta 2022-02-17 01:41:50 -03:00
parent 6e6f29b963
commit 43894e2796
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -30,4 +30,5 @@ npm-debug.log
/assets/node_modules/
/priv/uploads
/priv/static
/tmp

View file

@ -14,6 +14,7 @@ Visit [livebeats.fly.dev](http://livebeats.fly.dev) to try it out, or run locall
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Build assets with `mix assets.deploy`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.