Skip to content

Commit 23a2cbc

Browse files
johnsideserfclaude
andcommitted
Split quick start install commands into separate copy blocks
Each platform (Linux/macOS, Windows, launch) gets its own code block so users can copy the relevant command directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6cb2ec3 commit 23a2cbc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/src/introduction.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,21 @@ full-featured messaging interface that runs entirely in your terminal. Built wit
1717

1818
## Quick start
1919

20+
**Linux / macOS:**
21+
2022
```sh
21-
# Install (Linux/macOS)
2223
curl -fsSL https://raw.githubusercontent.com/johnsideserf/signal-tui/master/install.sh | bash
24+
```
25+
26+
**Windows (PowerShell):**
2327

24-
# Install (Windows PowerShell)
28+
```powershell
2529
irm https://raw.githubusercontent.com/johnsideserf/signal-tui/master/install.ps1 | iex
30+
```
31+
32+
**Then launch:**
2633

27-
# Launch
34+
```sh
2835
signal-tui
2936
```
3037

0 commit comments

Comments
 (0)