From 00347244b8f746e6b31685cf428ccf76425419df Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Thu, 20 Feb 2025 13:50:39 -0500 Subject: [PATCH] Update installer/lib/mix/tasks/phx.new.ex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Valim --- installer/lib/mix/tasks/phx.new.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/lib/mix/tasks/phx.new.ex b/installer/lib/mix/tasks/phx.new.ex index 45fb4b5282..f7eb1a094c 100644 --- a/installer/lib/mix/tasks/phx.new.ex +++ b/installer/lib/mix/tasks/phx.new.ex @@ -114,7 +114,8 @@ defmodule Mix.Tasks.Phx.New do You can read more about umbrella projects using the official [Elixir guide](https://hexdocs.pm/elixir/dependencies-and-umbrella-projects.html#umbrella-projects) - ## PHX_NEW_CACHE_DIR + ## `PHX_NEW_CACHE_DIR` + In rare cases, it may be useful to copy the build from a previously cached build. To do this, set the `PHX_NEW_CACHE_DIR` environment variable before running `mix phx.new`. For example, you could generate a