Skip to content

Commit

Permalink
godownloader.sh: install script
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Aug 23, 2018
1 parent d1cb006 commit 6237233
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 19 deletions.
24 changes: 24 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- main: cmd/kail/main.go
binary: kail
goos:
- darwin
- linux
goarch:
- amd64

brew:
github:
owner: boz
name: homebrew-repo
homepage: "https://github.com/boz/kail"
description: "kubernetes tail - pod log viewer"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ $ brew install boz/repo/kail

### Downloading

Kail binaries for Linux and OSX can be found on the [latest release](https://github.com/boz/kail/releases/latest) page.
Kail binaries for Linux and OSX can be found on the [latest release](https://github.com/boz/kail/releases/latest) page. Download and install into your `$GOPATH/bin` with:

```sh
$ bash <( curl -sfL https://raw.githubusercontent.com/boz/kail/master/godownloader.sh) -b "$GOPATH/bin"
```

### Running in a cluster with `kubectl`

Expand Down
Loading

0 comments on commit 6237233

Please sign in to comment.