From 9e0357cf635c6267693c12ea714840153766dc2f Mon Sep 17 00:00:00 2001 From: wangshengsong Date: Tue, 31 Mar 2026 21:34:44 +0800 Subject: [PATCH] readme --- claude-code-source/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-code-source/README.md b/claude-code-source/README.md index 0cbd46f4..3955b57a 100644 --- a/claude-code-source/README.md +++ b/claude-code-source/README.md @@ -6,7 +6,7 @@ curl -LO https://github.com/oven-sh/bun/releases/latest/download/bun-darwin-aarch64.zip unzip bun-darwin-aarch64.zip -d /tmp/bun && sudo cp /tmp/bun/bun-darwin-aarch64/bun /usr/local/bin/bun -# 2. 安装/更新依赖(可选,node_modules 已包含在仓库中) +# 2. 安装/更新依赖 pnpm install --registry https://registry.npmjs.org # 3. 构建