Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ brews:
description: "A simple CLI timezone conversion assistant, written in Go"
repository:
owner: merschformann
name: gotz-brew
name: homebrew-gotz
token: "{{ .Env.BREW_TOKEN }}"
commit_author:
name: merschbotmann
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ go install github.com/merschformann/gotz@latest

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`.

### Homebrew

```bash
brew tap merschformann/gotz # only once
brew install gotz
```

## Usage

Show current time:
Expand Down