diff --git a/README.md b/README.md index 8eac9fd..c936e0e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,9 @@ Claude Code 自定义命令集合。 ## 安装 -将 `commands/` 目录下的文件复制到 `~/.claude/commands/`: - ```bash -mkdir -p ~/.claude/commands -cp commands/* ~/.claude/commands/ +git clone https://git.deepknow.site/Knowit/claudeplus.git +cp claudeplus/commands/* ~/.claude/commands/ ``` 重启 Claude Code 后即可使用。