docs: update install cmd

This commit is contained in:
zhayujie
2026-03-18 16:11:35 +08:00
parent c6384363f9
commit 8bb16c48c0
8 changed files with 8 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ nohup python3 app.py & tail -f nohup.out
**1. 下载配置文件**
```bash
wget https://cdn.link-ai.tech/code/cow/docker-compose.yml
curl -O https://cdn.link-ai.tech/code/cow/docker-compose.yml
```
打开 `docker-compose.yml` 填写所需配置。

View File

@@ -10,7 +10,7 @@ description: 使用脚本一键安装和管理 CowAgent
## 安装命令
```bash
bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh)
bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh)
```
脚本自动执行以下流程: