We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abada31 commit 675f8deCopy full SHA for 675f8de
1 file changed
lib/mix/tasks/desktop.install.ex
@@ -25,7 +25,9 @@ defmodule Mix.Tasks.Desktop.Install do
25
Create a new project with desktop support:
26
27
```bash
28
- mix igniter.new --install desktop --with phx.new
+ mix archive.install hex igniter_new
29
+
30
+ mix igniter.new my_app --install desktop --with phx.new
31
```
32
"""
33
0 commit comments