From d1852fdb3f32d926ce3c4097647780858f86787b Mon Sep 17 00:00:00 2001 From: Predrag Radenkovic Date: Tue, 17 Feb 2026 15:14:04 +0100 Subject: [PATCH] Add discord link to install script --- install/install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 ""