diff --git a/install/install.sh b/install/install.sh index 0c67529..4359488 100755 --- a/install/install.sh +++ b/install/install.sh @@ -219,9 +219,13 @@ echo -e "${GRAY}───────────────────── echo -e " ${YELLOW}${BOLD}You're all set!${NC}" echo -e "${GRAY}────────────────────────────────────────────${NC}" echo "" -echo -e " thank you for using *codeplain!" +echo -e " thank you for using ${YELLOW}*codeplain!${NC}" echo "" -echo -e " learn more at ${YELLOW}https://plainlang.org/${NC}" +echo -e " ${BOLD}next steps:${NC}" +echo "" +echo -e " join our Discord community: ${YELLOW}https://discord.gg/4qQJaMu7Y${NC}" +echo "" +echo -e " learn more about ${YELLOW}***plain${NC} at ${YELLOW}https://plainlang.org/${NC}" echo "" echo -e " ${GREEN}happy development!${NC} 🚀" echo ""