Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down