update docs
parent
82e841f6c3
commit
fd2cfd4ef2
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
NAME := k9s
|
NAME := k9s
|
||||||
GO_FLAGS ?=
|
GO_FLAGS ?=
|
||||||
GO_TAGS ?= netcgo
|
GO_TAGS ?= netgo
|
||||||
CGO_ENABLED?=0
|
CGO_ENABLED?=0
|
||||||
OUTPUT_BIN ?= execs/${NAME}
|
OUTPUT_BIN ?= execs/${NAME}
|
||||||
PACKAGE := github.com/derailed/$(NAME)
|
PACKAGE := github.com/derailed/$(NAME)
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ K9s is available on Linux, macOS and Windows platforms.
|
||||||
* Via [Homebrew](https://brew.sh/) for macOS or Linux
|
* Via [Homebrew](https://brew.sh/) for macOS or Linux
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install k9s
|
brew install derailed/k9s/k9s
|
||||||
```
|
```
|
||||||
|
|
||||||
* Via [MacPorts](https://www.macports.org)
|
* Via [MacPorts](https://www.macports.org)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue