From 8079101a73e942bbbfaf75d68a7762efeeefebad Mon Sep 17 00:00:00 2001 From: Jeff Clement Date: Sun, 20 Jul 2025 14:37:21 +0000 Subject: [PATCH] igniter notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0eb1999..fcee953 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ mix archive.install hex phx_new 1.8.0-rc.4 --force mix phx.new . --app test_app --no-ecto --live ``` +Can use igniter to add live_debugger, etc. + +``` +mix archive.install hex igniter_new --force +mix igniter.install live_debugger +``` + ## Initializing a new Ash Project ```