Skip to content

Commit fd6883c

Browse files
committed
Add quick install section with Homebrew tap
1 parent 2610604 commit fd6883c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ A powerful terminal user interface (TUI) for managing Redis databases, built wit
99

1010
**Redis TUI** is a feature-rich Redis client for the terminal that lets you browse, edit, and manage your Redis keys with ease. Perfect for developers and DevOps engineers who prefer working in the command line.
1111

12+
## Quick Install
13+
14+
```bash
15+
# Homebrew (macOS and Linux)
16+
brew tap davidbudnick/tap
17+
brew install redis-tui
18+
```
19+
1220
## Why Redis TUI?
1321

1422
- **No GUI Required** - Manage Redis directly from your terminal over SSH
@@ -179,6 +187,16 @@ A powerful terminal user interface (TUI) for managing Redis databases, built wit
179187

180188
## Installation
181189

190+
### Homebrew (macOS and Linux)
191+
192+
```bash
193+
# Add the tap
194+
brew tap davidbudnick/tap
195+
196+
# Install redis-tui
197+
brew install redis-tui
198+
```
199+
182200
### From Source
183201

184202
```bash

0 commit comments

Comments
 (0)