Skip to content

Commit 675f8de

Browse files
committed
Finish documentation for full project generation
Note that this won't work until the mix task is in a published release of desktop.
1 parent abada31 commit 675f8de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/mix/tasks/desktop.install.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ defmodule Mix.Tasks.Desktop.Install do
2525
Create a new project with desktop support:
2626
2727
```bash
28-
mix igniter.new --install desktop --with phx.new
28+
mix archive.install hex igniter_new
29+
30+
mix igniter.new my_app --install desktop --with phx.new
2931
```
3032
"""
3133

0 commit comments

Comments
 (0)