doc: Update readmes

This commit is contained in:
Armin Ronacher
2026-05-07 20:02:19 +02:00
parent 206bd08572
commit f4fc04cd75
3 changed files with 27 additions and 20 deletions

View File

@@ -4,7 +4,13 @@ Pi is a minimal terminal coding harness. It is designed to stay small at the cor
## Quick start
Install pi with npm:
On linux or mac you can install Pi with curl:
```bash
curl -fsSL https://pi.dev/install.sh | sh
```
Or alternatively with npm:
```bash
npm install -g @earendil-works/pi-coding-agent