Skip to content

Commit

Permalink
Document homebrew installation (#110)
Browse files Browse the repository at this point in the history
* Document homebrew installation support

* Update README.md

---------

Co-authored-by: Eric Zhang <[email protected]>
  • Loading branch information
canac and ekzhang authored Jan 14, 2025
1 parent 9bab7ea commit a4ff9cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://brew.sh/) on macOS.

```shell
brew install sshx
```

### CI/CD

You can run sshx in continuous integration workflows to help debug tricky
Expand Down

0 comments on commit a4ff9cc

Please sign in to comment.