Skip to content

Commit

Permalink
Remove binary and point to homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 12, 2024
1 parent 8f1cce7 commit 10e68a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ go.work
### Go Patch ###
/vendor/
/Godeps/

# For when someone runs "go build" locally
ratchet
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ image: 'ubuntu@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a
There are a few options for installing ratchet:
- Via homebrew:
```sh
brew install ratchet
```

Note this option is community supported and may not be the latest
available verson.

- As a single-static binary from the [releases page][releases].
- As a container image from the [container registry][containers].
- Compiled from source yourself. Note this option is not supported.
Expand Down
Binary file removed ratchet
Binary file not shown.

0 comments on commit 10e68a6

Please sign in to comment.