diff --git a/README.md b/README.md index a11856a..d1bd209 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ Z.AI provides GLM (General Language Model) models that can be used with Claude C - **glm-4.5-air** - Fast, efficient model (Haiku class) - **glm-4.7** - Powerful model (Sonnet/Opus class) +> [!TIP] +> **Grab 10% OFF Token for z.ai coding plan**: [https://z.ai/subscribe?ic=R0K78RJKNW](https://z.ai/subscribe?ic=R0K78RJKNW) + ### Automated Installation ```bash diff --git a/install-claude-code.sh b/install-claude-code.sh index 9298287..6c4fa4b 100755 --- a/install-claude-code.sh +++ b/install-claude-code.sh @@ -80,6 +80,8 @@ print_banner() { EOF echo -e "${NC}" echo "" + echo -e "${MAGENTA}${BOLD}🎁 Grab 10% OFF Token for z.ai coding plan:${NC} ${YELLOW}https://z.ai/subscribe?ic=R0K78RJKNW${NC}" + echo "" echo -e "${CYAN}Official Documentation:${NC} https://docs.z.ai/devpack/tool/claude" echo "" } @@ -147,6 +149,8 @@ get_zai_api_key() { echo "" echo -e "${YELLOW}Get your API key from:${NC} https://docs.z.ai/devpack/tool/claude" echo "" + echo -e "${MAGENTA}${BOLD}🎁 Grab 10% OFF Token for z.ai coding plan:${NC} ${YELLOW}https://z.ai/subscribe?ic=R0K78RJKNW${NC}" + echo "" echo -e "${MAGENTA}Your API key format is: ${BOLD}your-api-key-here${NC}" echo "" @@ -252,6 +256,9 @@ show_manual_instructions() { echo " Visit: https://docs.z.ai/devpack/tool/claude" echo " Sign up and get your API key" echo "" + echo -e "${MAGENTA}${BOLD}🎁 Grab 10% OFF Token for z.ai coding plan:${NC}" + echo " ${YELLOW}https://z.ai/subscribe?ic=R0K78RJKNW${NC}" + echo "" echo -e "${GREEN}Step 3: Configure Z.AI API${NC}" echo "─────────────────────────────────────────────────────────────────" echo ""