Skip to content

Commit

Permalink
added homebrew output to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed May 16, 2019
1 parent a93c1ce commit 06acbd0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Expand Up @@ -31,6 +31,12 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
brew:
github:
owner: kopia
name: homebrew-tap
homepage: "https://kopia.io"
description: "Fast and secure open source backup."
changelog:
sort: asc
filters:
Expand Down
11 changes: 11 additions & 0 deletions site/content/docs/Installation/_index.md
Expand Up @@ -28,6 +28,17 @@ $ sudo mv path/to/kopia /usr/local/bin/kopia

Follow the [User Guide](/docs/user-guide/) for more information about using Kopia.

### Homebrew (macOS)

On macOS you can use [Homebrew](https://brew.sh) to install and keep Kopia up-to-date.
Simply use `kopia/kopia` TAP:

```shell
$ brew tap kopia/kopia
$ brew install kopia
```


### Compilation From Source

If you have [Go 1.12](https://golang.org/) or newer, you may download and build Kopia yourself. No special setup is necessary, other than the Go compiler. You can simply run:
Expand Down

0 comments on commit 06acbd0

Please sign in to comment.