Skip to content

Commit 95726cd

Browse files
johnsideserfclaude
andcommitted
Add Homebrew installation instructions to README and docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c33d26f commit 95726cd

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ A terminal-based Signal messenger client with an IRC aesthetic. Wraps [signal-cl
1818

1919
## Install
2020

21+
### Homebrew (macOS)
22+
23+
```sh
24+
brew tap johnsideserf/siggy
25+
brew install siggy
26+
```
27+
2128
### Pre-built binaries
2229

2330
Download the latest release for your platform from [Releases](https://github.com/johnsideserf/siggy/releases).

docs/src/user-guide/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Installation
22

3+
## Homebrew (macOS)
4+
5+
```sh
6+
brew tap johnsideserf/siggy
7+
brew install siggy
8+
```
9+
10+
Pre-built binaries for Apple Silicon and Intel Macs. The tap is automatically
11+
updated on each release.
12+
313
## From crates.io
414

515
Requires **Rust 1.70+**.

0 commit comments

Comments
 (0)