Skip to content

Commit 074b684

Browse files
PaulJPhilpclaude
andcommitted
docs: add ep CLI install snippet to root README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 94dccf8 commit 074b684

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ This repository is designed to be a living document that helps developers move f
2626
> - [Browse Patterns](https://effecttalk.dev/patterns)
2727
> - [Welcome Post](https://effecttalk.dev/blog/welcome)
2828
29+
**Install the CLI** to search, browse, and install patterns from your terminal:
30+
31+
```bash
32+
bun add -g @effect-patterns/ep-cli
33+
ep search "error handling"
34+
```
35+
2936
**Looking for machine-readable rules for AI IDEs and coding agents? See the [AI Coding Rules](#ai-coding-rules) section below.**
3037

3138
## Table of Contents

0 commit comments

Comments
 (0)