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 includes a lightweight EKG (no external graph DB required):
## Quick Start
### One-Click Install (install.sh)
- GitHub script link: <https://github.com/YspCoder/clawgo/blob/main/install.sh>
- One-click install command:
```bash
curl -fsSL https://raw.githubusercontent.com/YspCoder/clawgo/main/install.sh | bash
```
### 1) Initialize
```bash
@@ -223,4 +232,4 @@ Recommended for production:
## License
See repository License file.
See repository License file.