Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Aug 9, 2021
2 parents c4804be + 86e4a76 commit e782189
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
target: osx
gu-binary: gu
- os: windows-2019
target: osx
target: windows
gu-binary: gu.cmd
steps:
- name: Check out repository
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ A commandline tool for resetting Kafka Connect source connector offsets.

# Installation

## Homebrew
## On Mac

### Via Homebrew

```sh
brew tap helpermethod/homebrew-tap
brew install connect-offset-reset
```

## Scoop
## On Windows

### Via Scoop

```sh
scoop bucket add helpermethod https://github.com/helpermethod/scoop-helpermethod.git
Expand Down

0 comments on commit e782189

Please sign in to comment.