@sb8244
In Chapter 6, Persisting Data with Ecto, the text says to create the phone_app with phx.app
and should read phx.new
.
use…
$ mix phx.new phone_app
…rather than…
$ mix phx.app phone_app
In Chapter 6, Persisting Data with Ecto, the text says to create the phone_app with phx.app
and should read phx.new
.
use…
$ mix phx.new phone_app
…rather than…
$ mix phx.app phone_app