diff --git a/install.sh b/install.sh index a9ee71895..a90f5866a 100755 --- a/install.sh +++ b/install.sh @@ -122,7 +122,7 @@ fi # Ask user if he wants to start the project read -p "🚀 Do you want to start the project now? (Y/n) " answer if [ "$answer" = "n" ]; then - echo "✅ Project setup completed. Run 'docker-compose up -d' to start." + echo "✅ Project setup completed. Run 'docker compose up -d' to start." exit 0 else echo "🐳 Starting Docker containers..."