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

Commit

Permalink
Update readme with brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
rothgar committed Nov 11, 2020
1 parent 2b96de9 commit b9dc364
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ Additionally, if `kubectl` resulted an error, kubecolor just shows the error mes

## Installation

### Mac and Linux users via Homebrew

```sh
brew install dty1er/tap/kubecolor
```

### Manually via go get

```sh
go get -u github.com/dty1er/kubecolor/cmd/kubecolor
```
Expand Down

0 comments on commit b9dc364

Please sign in to comment.