Skip to content

Commit 652d722

Browse files
committed
dang it oops
1 parent 821f5a8 commit 652d722

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bootstrap.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ setup_project() {
4545
echo "PROJECT_NAME=${PROJECT_NAME}" > "config.sh"
4646
echo "Project '$PROJECT_NAME' is ready!"
4747
echo ""
48+
echo ""
4849
echo "You can get started by doing the following:"
49-
echo "\tcd './$PROJECT_NAME'"
50-
echo "\t./start.sh"
50+
echo ""
51+
echo -e "\tcd '$PROJECT_NAME'"
52+
echo -e "\t./start.sh"
5153
}
5254

5355
# Main script

0 commit comments

Comments
 (0)