Skip to content

Commit ef07fc6

Browse files
MrFlounderclaude
andcommitted
docs: add gh, claude, codex to requirements
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent db64629 commit ef07fc6

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,18 +313,28 @@ See `examples/` for more configuration examples.
313313

314314
## Requirements
315315

316+
**Core:**
316317
- bash
317318
- tmux
318319
- git
319320
- [yq](https://github.com/mikefarah/yq) (YAML parsing)
320321
- zip (for toolkit share)
321322

323+
**For PR reviews (`crab review`, `crab court`):**
324+
- [gh](https://cli.github.com/) (GitHub CLI)
325+
- [Claude Code](https://claude.ai/code) (`claude` CLI)
326+
327+
**Optional (for court review with Codex):**
328+
- [Codex CLI](https://github.com/openai/codex) (`npm install -g @openai/codex`)
329+
322330
```bash
323331
# macOS
324-
brew install tmux yq zip
332+
brew install tmux yq zip gh
333+
npm install -g @anthropic-ai/claude-code # Claude Code
325334

326335
# Ubuntu/Debian
327-
apt install tmux yq zip
336+
apt install tmux yq zip gh
337+
npm install -g @anthropic-ai/claude-code
328338
```
329339

330340
## Installation

0 commit comments

Comments
 (0)