From 3d746ec49ae01c9c94a8df9f5ab3417ac2a0e10a Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Wed, 17 Sep 2025 15:24:17 +0200 Subject: [PATCH] doc: update installation instructions for Homebrew --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ce2824..4d07e79 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ SSHM is a beautiful command-line tool that transforms how you manage and connect ### Installation +**Homebrew (Recommended for macOS):** +```bash +brew install Gu1llaum-3/sshm/sshm +``` + **Unix/Linux/macOS (One-line install):** ```bash curl -sSL https://raw.githubusercontent.com/Gu1llaum-3/sshm/main/install/unix.sh | bash