Update README with git clone install instructions
This commit is contained in:
@@ -4,11 +4,9 @@ Claude Code 自定义命令集合。
|
|||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
将 `commands/` 目录下的文件复制到 `~/.claude/commands/`:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.claude/commands
|
git clone https://git.deepknow.site/Knowit/claudeplus.git
|
||||||
cp commands/* ~/.claude/commands/
|
cp claudeplus/commands/* ~/.claude/commands/
|
||||||
```
|
```
|
||||||
|
|
||||||
重启 Claude Code 后即可使用。
|
重启 Claude Code 后即可使用。
|
||||||
|
|||||||
Reference in New Issue
Block a user