From ae3856cc71d97ac644fcde011ccb1160d5a9221e Mon Sep 17 00:00:00 2001 From: Knowit Date: Sat, 18 Apr 2026 09:38:54 +0800 Subject: [PATCH] Update README with git clone install instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 后即可使用。