Skip to content

Commit 92a46d4

Browse files
committed
docs: update test count, refine table formatting, and document the new TUI dashboard while removing obsolete image assets.
1 parent b278c20 commit 92a46d4

4 files changed

Lines changed: 22 additions & 13 deletions

File tree

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,28 +538,35 @@ await consensus.start()
538538

539539
<table width="100%">
540540
<tr>
541-
<td align="center" width="25%">
541+
<td align="center" width="20%">
542542

543-
### **629 Tests**
543+
### **635 Tests**
544544

545545
<sub>Full regression coverage, 42 subsystems</sub>
546546

547547
</td>
548-
<td align="center" width="25%">
548+
<td align="center" width="20%">
549549

550550
### 🔤 **Fully Typed**
551551

552552
<sub>`mypy --strict` clean, 390 source files</sub>
553553

554554
</td>
555-
<td align="center" width="25%">
555+
<td align="center" width="20%">
556556

557557
### 📦 **Single Install**
558558

559559
<sub>`pip install flock-p2p`</sub>
560560

561561
</td>
562-
<td align="center" width="25%">
562+
<td align="center" width="20%">
563+
564+
### 🖥️ **TUI Dashboard**
565+
566+
<sub>Keyboard-driven CLI dashboard (`flock`)</sub>
567+
568+
</td>
569+
<td align="center" width="20%">
563570

564571
### 🐍 **Python 3.11+**
565572

@@ -581,6 +588,16 @@ pip install flock-p2p
581588

582589
</div>
583590

591+
### 🖥️ Interactive CLI Dashboard
592+
593+
Once installed, you can immediately launch the interactive TUI onboarding dashboard by running:
594+
595+
```bash
596+
flock
597+
```
598+
599+
This starts a keyboard-driven, in-place terminal dashboard that lets you run diagnostics, launch local cluster simulations, view examples, check version details, and access documentation.
600+
584601
### Requirements
585602

586603
| Dependency | Version | Purpose |

image copy.png

-169 KB
Binary file not shown.

image.png

-141 KB
Binary file not shown.

logo_preview.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)