Skip to content

Commit 4d329b3

Browse files
committed
Fix homebrew install, add homebrew to readme
1 parent 9748396 commit 4d329b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ brews:
2424
description: "A simple CLI timezone conversion assistant, written in Go"
2525
repository:
2626
owner: merschformann
27-
name: gotz-brew
27+
name: homebrew-gotz
2828
token: "{{ .Env.BREW_TOKEN }}"
2929
commit_author:
3030
name: merschbotmann

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ go install github.com/merschformann/gotz@latest
1414

1515
Simply download the binary of the [latest release](https://github.com/merschformann/gotz/releases/latest/) (look for `gotz_*_OS_ARCH` - darwin is macOS), unpack the `gotz` binary and put it in a folder in your `$PATH`.
1616

17+
### Homebrew
18+
19+
```bash
20+
brew tap merschformann/gotz # only once
21+
brew install gotz
22+
```
23+
1724
## Usage
1825

1926
Show current time:

0 commit comments

Comments
 (0)