Skip to content
Open
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
docs: add brew install note
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed May 21, 2026
commit 094796c5dc16da5be4ba604bf92289c405140ebd
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ Security vulnerabilities should be expected. zerolang is not ready for productio

## Quick Start

Install the latest release:
### Homebrew (macOS/Linux)

```bash
brew install zerolang
```

### Install Script

```bash
curl -fsSL https://zerolang.ai/install.sh | bash
Expand Down
Loading