Skip to content

Commit 85c4200

Browse files
committed
Add echo statement to init-symfony.sh for installation feedback
1 parent 14e948b commit 85c4200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: init-symfony.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ git config --global user.email "[email protected]"
33
git config --global user.name "Your Name"
44

55
# Install Symfony project in new empty directory
6+
echo "* Installing Symfony project in new empty directory"
67
symfony new my-project --version="7.2.*" --webapp
78

89
# Move all files from my-project to root directory

0 commit comments

Comments
 (0)