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
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,16 @@ If automatic `npm` installation fails during setup, please install `npm` manuall
> [!NOTE]
> **Users in mainland China**: Please follow the installation instructions in the [简体中文](README_zh.md), which provides a mirror-accelerated installation method specifically optimized for users in China.

The recommended host installation entrypoint is the GitHub bootstrap installer. It downloads the repository source archive to a temporary directory, copies it into a `flocks/` subdirectory under your current working directory by default, then installs backend and WebUI dependencies and exposes the `flocks` CLI on your PATH. You can still override the destination with `FLOCKS_INSTALL_DIR`.

#### macOS / Linux

```bash
# One-click install backend + WebUI
curl -fsSL https://raw.githubusercontent.com/AgentFlocks/flocks/main/install.sh | bash
# Creates ./flocks under the current directory
```
Creates ./flocks under the current directory

#### Windows PowerShell (Administrator)

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

Expand Down
4 changes: 1 addition & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ Flocks 支持两种部署方式:
#### macOS / Linux

```bash
# 一键安装后端 + WebUI
curl -fsSL https://gitee.com/flocks/flocks/raw/main/install_zh.sh | bash
# 默认会在当前目录下创建 ./flocks
```
# 默认会在当前目录下创建 ./flocks

#### Windows PowerShell (Administrator)

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flocks"
version = "v2026.4.10"
version = "v2026.4.10.1"
description = "AI-Native SecOps platform with multi-agent collaboration"
authors = [
{name = "Flocks Team", email = "team@example.com"}
Expand Down
Loading