Skip to content

Commit

Permalink
Touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Feb 20, 2025
1 parent d1bfbec commit 857fe40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installer/lib/mix/tasks/phx.new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 857fe40

Please sign in to comment.