Skip to content

Commit

Permalink
docs(readme): update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Oct 26, 2019
1 parent 5ab16cd commit ccca0c0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,21 @@ Now, you'll get no emails unless `my-noisy-command` returns a non-zero exit code

### Download binaries

The latest release is available on [github.com/docwhat/chronic/releases](https://github.com/docwhat/chronic/releases). You can download the binary for your architecture and OS there.
#### Homebrew

```console
brew install docwhat/tap/chronic
```

#### GitHub Releases

The latest release is available on [`github.com/docwhat/chronic/releases`](https://github.com/docwhat/chronic/releases). You can download the binary for your architecture and OS there.

#### Source

```console
go get docwhat.org/chronic
```

### Compile it yourself

Expand Down

0 comments on commit ccca0c0

Please sign in to comment.