Update go.sh

This commit is contained in:
James Harton 2018-04-10 12:40:11 +12:00
parent 53b66bed63
commit ce2b02c273

4
go.sh
View file

@ -5,10 +5,8 @@ mix ecto.drop
mix ecto.create
mix ecto.migrate
mix run priv/repo/seeds.exs
mix phx.server
open http://localhost:4000
mix phx.server
read -p "Press enter to continue to next step"
git checkout step-3