Skip to content

Commit

Permalink
dang it oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsdev0 committed Jul 26, 2023
1 parent 821f5a8 commit 652d722
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ setup_project() {
echo "PROJECT_NAME=${PROJECT_NAME}" > "config.sh"
echo "Project '$PROJECT_NAME' is ready!"
echo ""
echo ""
echo "You can get started by doing the following:"
echo "\tcd './$PROJECT_NAME'"
echo "\t./start.sh"
echo ""
echo -e "\tcd '$PROJECT_NAME'"
echo -e "\t./start.sh"
}

# Main script
Expand Down

0 comments on commit 652d722

Please sign in to comment.