From 5703c163f7da48124f2ec0d232cf008b4daf889d Mon Sep 17 00:00:00 2001 From: sususu98 Date: Fri, 12 Dec 2025 11:45:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AE=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=90=8E=E6=8F=90=E7=A4=BA=E5=88=B7=E6=96=B0=20PATH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.sh b/setup.sh index d1bad47..14a55ca 100755 --- a/setup.sh +++ b/setup.sh @@ -329,6 +329,11 @@ main() { if [[ $failed -eq 0 ]]; then success "所有选中的工具配置成功!" + echo "" + echo -e "${YELLOW}提示: 如果命令未找到,请执行以下操作之一:${NC}" + echo -e " 1. 重新打开终端" + echo -e " 2. 或执行: ${CYAN}source ~/.bashrc${NC}" + echo -e " 3. 或执行: ${CYAN}export PATH=\"\$HOME/.bun/bin:\$PATH\"${NC}" else warning "有 $failed 个工具配置失败" fi