From 19e0b1424c78680fc160c58ffae3326b4bcadfa9 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Mon, 23 Dec 2019 16:06:26 +0100 Subject: [PATCH] Add documentation to install k9s via MacPorts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b0b2c19d..15342e54 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ K9s is available on Linux, OSX and Windows platforms. brew install derailed/k9s/k9s ``` +* Via [MacPorts](https://www.macports.org) + + ```shell + sudo port install k9s + ``` + * Building from source K9s was built using go 1.13 or above. In order to build K9 from source you must: 1. Clone the repo