Skip to content

Commit d612c12

Browse files
authored
README: add asciinema demo
1 parent 4e05fe5 commit d612c12

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img width="50%" alt="gradient engineer" src="https://github.com/user-attachments/assets/b3e10245-205d-40e9-828c-3c8ac1163830" />
33
</p>
44

5-
# Gradient Engineer — 60‑Second Linux Analysis (Nix + LLM)
5+
# `gradient-engineer` — 60‑Second Linux Analysis (Nix + LLM)
66

77
Run the classic [“60‑second Linux Performance Analysis”](https://netflixtechblog.com/linux-performance-analysis-in-60-000-milliseconds-accc10403c55) checklist in one command. A portable Nix toolbox is downloaded on the fly, diagnostics run in parallel with a simple TUI, and an optional AI summary is shown at the end.
88

@@ -14,7 +14,7 @@ Run the classic [“60‑second Linux Performance Analysis”](https://netflixte
1414
> [!NOTE]
1515
> This project is an early experiment.
1616
17-
## Quick start
17+
## Quick Start
1818

1919
```bash
2020
# Any provider works; set one of these env vars to enable AI summary
@@ -30,7 +30,11 @@ Notes:
3030
- If no key is set, diagnostics still run; only the AI summary is skipped.
3131
- TUI controls: Tab toggles details; q / Esc / Ctrl+C quits.
3232

33-
## Build from source
33+
## Demo - See It in Action!
34+
35+
[![asciicast](https://asciinema.org/a/738144.svg)](https://asciinema.org/a/738144)
36+
37+
## Build from Source
3438

3539
```bash
3640
cd app

0 commit comments

Comments
 (0)