Properly place 'Getting Started' section in README (#598)

It got jammed at the bottom, apparently by accident. Here's a better place for it.
This commit is contained in:
jonathan berger
2026-01-16 13:57:33 -05:00
committed by GitHub
parent 3ebb1118d3
commit 5c13e5f95a

View File

@@ -116,6 +116,18 @@ gt mayor attach
## Quick Start Guide
### Getting Started
Run
```shell
gt install ~/gt --git &&
cd ~/gt &&
gt config agent list &&
gt mayor attach
```
and tell the Mayor what you want to build!
---
### Basic Workflow
```mermaid
@@ -475,7 +487,3 @@ gt mayor attach
## License
MIT License - see LICENSE file for details
---
**Getting Started:** Run `gt install ~/gt --git && cd ~/gt && gt config agent list && gt mayor attach` (or `gt mayor attach --agent codex`) and tell the Mayor what you want to build!