From 50fac7cf53a2afb94a54db59296d9b86a55cca87 Mon Sep 17 00:00:00 2001 From: xiami762 Date: Fri, 10 Apr 2026 22:34:31 +0800 Subject: [PATCH] chore: simplify install docs and bump version to v2026.4.10.1 - README: trim bootstrap paragraph; move install notes outside code fences - README_zh: align install block formatting with English README - pyproject: patch version bump Made-with: Cursor --- README.md | 6 +----- README_zh.md | 4 +--- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 195ffd9..4bcf80c 100644 --- a/README.md +++ b/README.md @@ -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" ``` diff --git a/README_zh.md b/README_zh.md index c120192..7e252c4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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" ``` diff --git a/pyproject.toml b/pyproject.toml index 90aa608..476cc6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}