Skip to content

Commit 70efac9

Browse files
committed
update README.md: reorganize installation instructions and enhance UI section with screenshot
1 parent a8de9f4 commit 70efac9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22

33
Keyboard-first SSH library and launcher TUI. Search, preview, and connect with a soft neon look and minimal chrome.
44

5-
#### UI at a glance
6-
7-
![Screenshot](https://github.com/user-attachments/assets/03dbf3bc-35da-45e8-af9f-0cd29b468c66)
85

96
#### Install
7+
- Homebrew: `brew tap ruphy/sshdb && brew install sshdb`
8+
- From GitHub: `cargo install --git https://github.com/ruphy/sshdb`
109
- From source: `cargo install --path .`
11-
- Build & run: `cargo run`
12-
- Homebrew: `brew tap ruphy/sshdb && brew install sshdb` (tap updates on releases)
1310

11+
#### UI at a glance
1412

15-
#### Release process
16-
- Tag `vX.Y.Z` and push; CI builds Linux/macOS (x86_64 + arm64)/Windows artifacts.
17-
- Release notes are generated from git history via `git-cliff` and published with the release.
18-
- A `checksums.txt` is attached to every release; use it to update downstream packages (Homebrew, etc.) without extra commits just to bump SHAs.
13+
![Screenshot](https://github.com/user-attachments/assets/03dbf3bc-35da-45e8-af9f-0cd29b468c66)
1914

2015
#### Keys
2116
- `/` search • `Enter` connect • `c` connect with remote command • `g` quick connect (ssh string)

0 commit comments

Comments
 (0)