diff --git a/installer/lib/mix/tasks/phx.new.ex b/installer/lib/mix/tasks/phx.new.ex index 6cd1bcd61b..45fb4b5282 100644 --- a/installer/lib/mix/tasks/phx.new.ex +++ b/installer/lib/mix/tasks/phx.new.ex @@ -132,6 +132,12 @@ defmodule Mix.Tasks.Phx.New do deps mix.lock + Then you could run: + + ```shell + PHX_NEW_CACHE_DIR=/path/to/mycache mix phx.new myapp + ``` + The entire cache directory will be copied to the new project, replacing any existing files where conflicts exist. """