Skip to content

Commit e222e1f

Browse files
author
Akkari
committed
docs: lead with pip install, ClawHub secondary
Per Opus 4.6 review: framework-agnostic tool deserves framework-agnostic first impression. PyPI install now leads the Getting Started section.
1 parent 9c863b4 commit e222e1f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,22 @@ This is what I'm growing into: not just agent output validation, but a **substan
7979

8080
## Let's Get Started
8181

82-
**From ClawHub (one line):**
82+
**From PyPI:**
8383
```bash
84-
openclaw skills add dacervera/quorum
84+
pip install quorum-validator
85+
export ANTHROPIC_API_KEY=your-key # or OPENAI_API_KEY, etc.
86+
quorum run --target your-file.py --depth standard
8587
```
8688

8789
**Or from source:**
8890
```bash
8991
git clone https://github.com/SharedIntellect/quorum.git
9092
cd quorum/reference-implementation
9193
pip install -e .
92-
export ANTHROPIC_API_KEY=your-key # or OPENAI_API_KEY, etc.
9394
quorum run --target examples/sample-research.md --depth quick
9495
```
9596

96-
[![Available on ClawHub](https://img.shields.io/badge/ClawHub-dacervera%2Fquorum-2ba4c8)](https://clawhub.ai/dacervera/quorum)
97+
Also available on ClawHub: `openclaw skills add dacervera/quorum`
9798

9899
First time? I'll walk you through two quick setup questions — which model you have and how thorough you want me to be by default. I'll save your preferences so we only do this once.
99100

0 commit comments

Comments
 (0)