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:
16
README.md
16
README.md
@@ -116,6 +116,18 @@ gt mayor attach
|
|||||||
|
|
||||||
## Quick Start Guide
|
## 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
|
### Basic Workflow
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
@@ -475,7 +487,3 @@ gt mayor attach
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
MIT License - see LICENSE file for details
|
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!
|
|
||||||
|
|||||||
Reference in New Issue
Block a user