feat: add and align uninstall flow for newbie setup

This commit is contained in:
2026-03-09 21:40:02 +08:00
parent da477378a7
commit 126b19dd7a
5 changed files with 57 additions and 24 deletions

View File

@@ -102,6 +102,6 @@ echo -e "${GREEN}${BOLD}========================================${NC}"
echo ""
echo -e " ${BOLD}接下来:${NC}"
echo -e " 1. 开始使用 OpenClaw${BLUE}openclaw${NC}"
echo -e " 2. 添加技能(可选)${BLUE}openclaw configure --section skills${NC}"
echo -e " 3. 浏览可用技能${BLUE}openclaw skills${NC}"
echo -e " 2. 查看网关状态${BLUE}openclaw gateway status${NC}"
echo -e " 3. 如需卸载${BLUE}curl -fsSL https://github.carrydelahaye.work/openclaw/openclaw-setup-cn/raw/branch/main/uninstall-macos.sh | bash${NC}"
echo ""