diff --git a/README.md b/README.md index 8d8bc65..9a4a247 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. ### Running With Docker - 1. Create and migrate your database with `docker-compose run --rm local sh -c "mix ecto.create && mix ecto.migrate` + 1. Create and migrate your database with `docker-compose run --rm local sh -c "mix ecto.create && mix ecto.migrate"` 1. Start Phoenix endpoint with `docker-compose run --rm local` Now you can visit `:` from your browser.