Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,13 @@ The recommended host installation entrypoint is the GitHub bootstrap installer.
# One-click install backend + WebUI
curl -fsSL https://raw.githubusercontent.com/AgentFlocks/flocks/main/install.sh | bash
# Creates ./flocks under the current directory

# Optional: also install TUI dependencies
curl -fsSL https://raw.githubusercontent.com/AgentFlocks/flocks/main/install.sh | bash -s -- --with-tui
```

#### Windows PowerShell (Administrator)

```powershell
# One-click install backend + WebUI
powershell -c "irm https://raw.githubusercontent.com/AgentFlocks/flocks/main/install.ps1 | iex"

# Optional: also install TUI dependencies
powershell -c "& ([scriptblock]::Create((irm https://raw.githubusercontent.com/AgentFlocks/flocks/main/install.ps1))) -InstallTui"
```

### Install from source code
Expand All @@ -79,9 +73,6 @@ If you prefer to inspect the repository before installation, clone it locally an
```bash
git clone https://github.com/AgentFlocks/Flocks.git flocks

# Alternative for users in China (Gitee mirror)
# git clone https://gitee.com/flocks/flocks.git flocks

cd flocks
```

Expand Down
6 changes: 0 additions & 6 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,13 @@ Flocks 支持两种部署方式:
# 一键安装后端 + WebUI
curl -fsSL https://gitee.com/flocks/flocks/raw/main/install_zh.sh | bash
# 默认会在当前目录下创建 ./flocks

# 可选:同时安装 TUI 依赖
curl -fsSL https://gitee.com/flocks/flocks/raw/main/install_zh.sh | bash -s -- --with-tui
```

#### Windows PowerShell (Administrator)

```powershell
# 一键安装后端 + WebUI
powershell -c "irm https://gitee.com/flocks/flocks/raw/main/install_zh.ps1 | iex"

# 可选:同时安装 TUI 依赖
powershell -c "& ([scriptblock]::Create((irm https://gitee.com/flocks/flocks/raw/main/install_zh.ps1))) -InstallTui"
```

### github源码安装
Expand Down
Loading