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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Flocks is an AI-driven SecOps platform built with Python, featuring multi-agent

Flocks supports two deployment methods:

- `Option 1: Host Installation` (recommended)
- `Option 1: PC Installation` (recommended)
- `Option 2: Docker Installation`

Choose one method below.

## Option 1: Host Installation
## Option 1: PC Installation

### System Requirements

Expand All @@ -42,7 +42,7 @@ By default, the project install scripts will try to ensure the requirements abov

If automatic `npm` installation fails during setup, please install `npm` manually and use version `22.+` or newer.

### Install flocks
### Install with one command

> **Users in mainland China**: If GitHub or `raw.githubusercontent.com` is slow or unreachable, clone from a Gitee mirror and follow the Source install instructions below.

Expand All @@ -68,7 +68,7 @@ iwr -useb https://raw.githubusercontent.com/AgentFlocks/Flocks/main/install.ps1
& ([scriptblock]::Create((iwr -useb https://raw.githubusercontent.com/AgentFlocks/Flocks/main/install.ps1))) -InstallTui
```

#### Source install
#### Install from source code

If you prefer to inspect the repository before installation, clone it locally and run the installer from the workspace:

Expand Down
8 changes: 4 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Flocks 是一个以 Python 构建的 AI 驱动型 SecOps 平台,具备多智

Flocks 支持两种部署方式:

- `方案 1:宿主机安装` (推荐)
- `方案 1:终端安装` (推荐)
- `方案 2:Docker 安装`

请选择以下任一方式。

## 方案 1:宿主机安装
## 方案 1:终端安装

### 系统要求

Expand All @@ -42,7 +42,7 @@ Flocks 支持两种部署方式:

如果安装过程中自动安装 `npm` 失败,请手动安装 `npm`,并使用 `22.+` 或更高版本。

### 安装 Flocks
### 一条命令安装

> **中国大陆用户**:若 GitHub / `raw.githubusercontent.com` 访问不稳定,可从 Gitee 镜像克隆后安装,见下文「源码安装」。

Expand All @@ -66,7 +66,7 @@ iwr -useb https://raw.githubusercontent.com/AgentFlocks/Flocks/main/install.ps1
& ([scriptblock]::Create((iwr -useb https://raw.githubusercontent.com/AgentFlocks/Flocks/main/install.ps1))) -InstallTui
```

#### 源码安装
#### github源码安装

克隆到本地后在工作区执行安装脚本:

Expand Down
Loading