Merge pull request #447 from breun/install-via-macports

Add documentation to install k9s via MacPorts
mine
Fernand Galiana 2019-12-28 21:01:19 -07:00 committed by GitHub
commit 81ab1b60d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ K9s is available on Linux, OSX and Windows platforms.
brew install derailed/k9s/k9s brew install derailed/k9s/k9s
``` ```
* Via [MacPorts](https://www.macports.org)
```shell
sudo port install k9s
```
* Building from source * Building from source
K9s was built using go 1.13 or above. In order to build K9 from source you must: K9s was built using go 1.13 or above. In order to build K9 from source you must:
1. Clone the repo 1. Clone the repo