We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821f5a8 commit 652d722Copy full SHA for 652d722
bootstrap.sh
@@ -45,9 +45,11 @@ setup_project() {
45
echo "PROJECT_NAME=${PROJECT_NAME}" > "config.sh"
46
echo "Project '$PROJECT_NAME' is ready!"
47
echo ""
48
+ echo ""
49
echo "You can get started by doing the following:"
- echo "\tcd './$PROJECT_NAME'"
50
- echo "\t./start.sh"
51
+ echo -e "\tcd '$PROJECT_NAME'"
52
+ echo -e "\t./start.sh"
53
}
54
55
# Main script
0 commit comments