docs(coding-agent): add quickstart guide

This commit is contained in:
Armin Ronacher
2026-04-28 11:45:08 +02:00
parent 57787b6557
commit f5477a4ff3
4 changed files with 429 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Install pi with npm:
npm install -g @mariozechner/pi-coding-agent
```
And run it:
Then run it in a project directory:
```bash
pi
@@ -18,11 +18,12 @@ pi
Authenticate with `/login` for subscription providers, or set an API key such as `ANTHROPIC_API_KEY` before starting pi.
Once you are signed in, you can ask pi about itself and it will answer you. No
need to read the docs yourself ;-)
For the full first-run flow, see [Quickstart](quickstart.md).
## Start here
- [Quickstart](quickstart.md) - install, authenticate, and run a first session.
- [Using Pi](usage.md) - interactive mode, slash commands, context files, and CLI reference.
- [Providers](providers.md) - subscription and API-key setup for built-in providers.
- [Settings](settings.md) - global and project settings.
- [Keybindings](keybindings.md) - default shortcuts and custom keybindings.