Merge pull request #969 from zeroclaw-labs/docs/homebrew-install-readme
docs(readme): add Homebrew install instructions
This commit is contained in:
commit
229f826656
5 changed files with 30 additions and 0 deletions
|
|
@ -117,6 +117,12 @@ cd zeroclaw
|
||||||
|
|
||||||
## クイックスタート
|
## クイックスタート
|
||||||
|
|
||||||
|
### Homebrew(macOS/Linuxbrew)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install zeroclaw
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/zeroclaw-labs/zeroclaw.git
|
git clone https://github.com/zeroclaw-labs/zeroclaw.git
|
||||||
cd zeroclaw
|
cd zeroclaw
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,12 @@ curl -LsSf https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/main/scripts
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
### Homebrew (macOS/Linuxbrew)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install zeroclaw
|
||||||
|
```
|
||||||
|
|
||||||
### One-click bootstrap
|
### One-click bootstrap
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,12 @@ cd zeroclaw
|
||||||
|
|
||||||
## Быстрый старт
|
## Быстрый старт
|
||||||
|
|
||||||
|
### Homebrew (macOS/Linuxbrew)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install zeroclaw
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/zeroclaw-labs/zeroclaw.git
|
git clone https://github.com/zeroclaw-labs/zeroclaw.git
|
||||||
cd zeroclaw
|
cd zeroclaw
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,12 @@ cd zeroclaw
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
|
### Homebrew(macOS/Linuxbrew)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install zeroclaw
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/zeroclaw-labs/zeroclaw.git
|
git clone https://github.com/zeroclaw-labs/zeroclaw.git
|
||||||
cd zeroclaw
|
cd zeroclaw
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ This page defines the fastest supported path to install and initialize ZeroClaw.
|
||||||
|
|
||||||
Last verified: **February 18, 2026**.
|
Last verified: **February 18, 2026**.
|
||||||
|
|
||||||
|
## Option 0: Homebrew (macOS/Linuxbrew)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install zeroclaw
|
||||||
|
```
|
||||||
|
|
||||||
## Option A (Recommended): Clone + local script
|
## Option A (Recommended): Clone + local script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue