From 63cd51141203d881f4f1cbf542bbcb2ab8ec9bea Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 8 Nov 2023 14:37:46 -0500 Subject: [PATCH] docs: add MacPorts install info https://ports.macports.org/port/ko/ --- docs/install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/install.md b/docs/install.md index 458a6ee328..0bfd8bddf6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -33,6 +33,14 @@ $ chmod +x ./ko brew install ko ``` +### Install using [MacPorts](https://www.macports.org) + +```plaintext +sudo port install ko +``` + +More info [here](https://ports.macports.org/port/ko/) + ### Install on Windows using [Scoop](https://scoop.sh) ```plaintext