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
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@ You installed hundreds of AI skills, commands, plugins, and local rules. You rem

## Install

Beta channel:
Current beta prerelease:

```bash
npm install -g lazybrain@beta
npm install -g https://github.com/papperrollinggery/lazy-brain/releases/download/v2.0.0-beta.1/lazybrain-2.0.0.tgz
lb quickstart
lb "review this PR for security issues"
```

Registry beta, after npm publish:

```bash
npm install -g lazybrain@beta
```

From source:

```bash
Expand Down
10 changes: 8 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@

## 安装

Beta channel
当前 beta prerelease

```bash
npm install -g lazybrain@beta
npm install -g https://github.com/papperrollinggery/lazy-brain/releases/download/v2.0.0-beta.1/lazybrain-2.0.0.tgz
lb quickstart
lb "review this PR for security issues"
```

npm registry beta 发布后:

```bash
npm install -g lazybrain@beta
```

从源码运行:

```bash
Expand Down
10 changes: 8 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

LazyBrain is a local-first capability router for AI agent tools. It runs on Node.js 18 or newer.

## Beta Install
## Current Beta Prerelease

```bash
npm install -g lazybrain@beta
npm install -g https://github.com/papperrollinggery/lazy-brain/releases/download/v2.0.0-beta.1/lazybrain-2.0.0.tgz
lb quickstart
lb "review this PR for security issues"
```

After npm beta is published:

```bash
npm install -g lazybrain@beta
```

If the beta package is not published yet, install from a checkout:

```bash
Expand Down
Loading