add install.sh

This commit is contained in:
lpf
2026-03-02 20:21:28 +08:00
parent 74a84c190d
commit edbb389e5d
3 changed files with 287 additions and 2 deletions

View File

@@ -64,6 +64,15 @@ ClawGo 内置轻量 EKG无需外部图数据库用于降低重复错误
## 快速开始
### 一键安装install.sh
- GitHub 脚本链接:<https://github.com/YspCoder/clawgo/blob/main/install.sh>
- 一键安装命令:
```bash
curl -fsSL https://raw.githubusercontent.com/YspCoder/clawgo/main/install.sh | bash
```
### 1) 初始化
```bash
@@ -223,4 +232,4 @@ clawgo uninstall [--purge] [--remove-bin]
## License
请参考仓库中的 License 文件。
请参考仓库中的 License 文件。