From 9ecac600e729b28461a334a90322cf690fc3020e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 Aug 2025 18:10:41 +0200 Subject: [PATCH] Same comments as the other options --- bin/omarchy-install-dev-env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index 24015b83..d7bdb0c3 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -95,8 +95,7 @@ phoenix) mise x elixir -- mix local.rebar --force # Phoenix project (phx_new) mise x elixir -- mix archive.install hex phx_new --force - echo -e "\n Phoenix installed. Create a project with:\n mix phx.new my_app\n" - echo -e "Tip: Inside the project you can run:\n mix deps.get\n mix ecto.create # if using a DB\n mix phx.server\n" + echo -e "\nYou can now run: mix phx.new my_app" ;; rust) echo -e "Installing Rust...\n"