Skip to content

Commit 2f29b7c

Browse files
committed
docs: add installation instructions for releases
1 parent 74c9151 commit 2f29b7c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,21 @@ A terminal dashboard for [Honeybadger.io](https://www.honeybadger.io), built wit
1212
cargo install --path .
1313
```
1414

15+
### Homebrew (macOS/Linux)
16+
17+
```bash
18+
brew install honeybadger-io/tap/hbtui
19+
```
20+
21+
### Shell installer (macOS/Linux)
22+
23+
```bash
24+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/honeybadger-io/hbtui/releases/latest/download/hbtui-installer.sh | sh
25+
```
26+
1527
### Pre-built binaries
1628

17-
Coming soon.
29+
Download from [GitHub Releases](https://github.com/honeybadger-io/hbtui/releases).
1830

1931
## Usage
2032

0 commit comments

Comments
 (0)