We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d26f commit 95726cdCopy full SHA for 95726cd
README.md
@@ -18,6 +18,13 @@ A terminal-based Signal messenger client with an IRC aesthetic. Wraps [signal-cl
18
19
## Install
20
21
+### Homebrew (macOS)
22
+
23
+```sh
24
+brew tap johnsideserf/siggy
25
+brew install siggy
26
+```
27
28
### Pre-built binaries
29
30
Download the latest release for your platform from [Releases](https://github.com/johnsideserf/siggy/releases).
docs/src/user-guide/installation.md
@@ -1,5 +1,15 @@
1
# Installation
2
3
+## Homebrew (macOS)
4
5
6
7
8
9
10
+Pre-built binaries for Apple Silicon and Intel Macs. The tap is automatically
11
+updated on each release.
12
13
## From crates.io
14
15
Requires **Rust 1.70+**.
0 commit comments