From 4a52b219cbe891432d96ebf5341118fd0e432869 Mon Sep 17 00:00:00 2001 From: Joshua Yoes <37849890+joshuayoes@users.noreply.github.com> Date: Wed, 18 Feb 2026 10:13:16 -0800 Subject: [PATCH] Add Homebrew installation instructions to README Co-Authored-By: Claude Opus 4.6 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b4cdf94..cab13c7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ A macOS Messages.app CLI to send, read, and stream iMessage/SMS (with attachment - For SMS relay, enable “Text Message Forwarding” on your iPhone to this Mac. ## Install + +### Homebrew +```bash +brew install steipete/tap/imsg +``` + +### Build from source ```bash make build # binary at ./bin/imsg