Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #59 from dty1er/dtyler/fix_rel
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
Hidetatsu Yaginuma authored Apr 27, 2021
2 parents 5e2080d + 1dbf543 commit a381b64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
main: ./cmd/kubecolor/main.go
binary: kubecolor
ldflags:
- -s -w -trimpath
- -s -w
- -X main.Version={{.Version}}
goos:
- windows
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Additionally, if `kubectl` resulted an error, kubecolor just shows the error mes

## Installation

### Download binary via GitHub release

Go to [Release page](https://github.com/dty1er/kubecolor/releases) then download the binary which fits your environment.

### Mac and Linux users via Homebrew

```sh
Expand All @@ -57,6 +61,8 @@ brew install dty1er/tap/kubecolor

### Manually via go command

*Note: if you install kubecolor via go command, --kubecolor-version command might not work*

```sh
go install github.com/dty1er/kubecolor/cmd/kubecolor@latest
```
Expand Down

0 comments on commit a381b64

Please sign in to comment.