Skip to content

Commit 55bbf88

Browse files
committed
docs: guide users to run specter init before the TUI dashboard
1 parent 7be1495 commit 55bbf88

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,33 +78,24 @@ cd specter && make build
7878

7979
## Quick Start
8080

81-
### Interactive (recommended)
81+
```bash
82+
# 1. Setup (validates tokens, creates firewall, caches server types)
83+
specter init
8284

83-
Just launch Specter. The TUI guides you through everything.
85+
# 2. Build golden snapshot (first time only, ~5 min)
86+
specter image build
8487

85-
```bash
88+
# 3. Launch the interactive dashboard
8689
specter
8790
```
8891

89-
First run detects no config and walks you through setup. Then press `d` to deploy your first agent, `s` to SSH in, `l` for logs. No flags to remember.
90-
91-
### CLI
92+
The dashboard lets you deploy, SSH, view logs, and manage agents with keyboard shortcuts. Press `d` to deploy your first agent, `s` to SSH in, `l` for logs. No flags to remember.
9293

93-
If you prefer commands or need automation:
94+
Or use the CLI directly for automation:
9495

9596
```bash
96-
# 1. Setup (validates tokens, creates firewall)
97-
specter init
98-
99-
# 2. Build golden snapshot (first time only, ~5 min)
100-
specter image build
101-
102-
# 3. Deploy
10397
specter deploy scout --role swe --env ANTHROPIC_API_KEY=sk-ant-...
104-
105-
# 4. Verify
10698
curl https://scout.yourdomain.com/health
107-
{"status":"ok","uptime":12,"version":"0.1.0"}
10899
```
109100

110101
## Commands

0 commit comments

Comments
 (0)