diff --git a/README.md b/README.md index ac25f4f..7f48836 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ make deploy-all # Everything ``` **Method 3: Manual Setup** -- Copy `/commands/*.md` to `~/.config/claude/commands/` -- Copy `/agents/*.md` to `~/.config/claude/agents/` +- Copy `./commands/*.md` to `~/.config/claude/commands/` +- Copy `./agents/*.md` to `~/.config/claude/agents/` Run `make help` for all options. diff --git a/README_CN.md b/README_CN.md index 6867f03..f6cfc04 100644 --- a/README_CN.md +++ b/README_CN.md @@ -102,8 +102,8 @@ make deploy-all # 全部安装 ``` **方式3: 手动安装** -- 复制 `/commands/*.md` 到 `~/.config/claude/commands/` -- 复制 `/agents/*.md` 到 `~/.config/claude/agents/` +- 复制 `./commands/*.md` 到 `~/.config/claude/commands/` +- 复制 `./agents/*.md` 到 `~/.config/claude/agents/` 运行 `make help` 查看所有选项。