update docs

mine
derailed 2023-02-04 09:21:05 -07:00
parent 82e841f6c3
commit fd2cfd4ef2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
NAME := k9s
GO_FLAGS ?=
GO_TAGS ?= netcgo
GO_TAGS ?= netgo
CGO_ENABLED?=0
OUTPUT_BIN ?= execs/${NAME}
PACKAGE := github.com/derailed/$(NAME)

View File

@ -48,7 +48,7 @@ K9s is available on Linux, macOS and Windows platforms.
* Via [Homebrew](https://brew.sh/) for macOS or Linux
```shell
brew install k9s
brew install derailed/k9s/k9s
```
* Via [MacPorts](https://www.macports.org)