From d394d12285fb6045d3590183456f4ba47c3931fc Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Tue, 14 Jan 2025 11:12:12 -0600 Subject: [PATCH 1/2] Document homebrew installation support --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d528d2..c0c33e8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ curl -sSf https://sshx.io/get | sh -s run Inspect the script for additional options. +You can also install it with homebrew. + +```shell +brew install sshx +``` + ### CI/CD You can run sshx in continuous integration workflows to help debug tricky From 8ac51b2abc3b1a622e5d1a83964d89944baafccd Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Tue, 14 Jan 2025 12:15:40 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0c33e8..71d32c3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ curl -sSf https://sshx.io/get | sh -s run Inspect the script for additional options. -You can also install it with homebrew. +You can also install it with [Homebrew](https://brew.sh/) on macOS. ```shell brew install sshx