From 107e98bc7fe0b5acbb3d612c4611dbde9f25bee5 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sat, 13 Mar 2021 17:14:57 -0500 Subject: [PATCH] README: instructions for installing via MacPorts (#539, @herbygillot) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f929792..72941eb3 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ You have several options there: - use [Homebrew](https://brew.sh): `brew install k3d` (Homebrew is available for MacOS and Linux) - Formula can be found in [homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/k3d.rb) and is mirrored to [homebrew/linuxbrew-core](https://github.com/Homebrew/linuxbrew-core/blob/master/Formula/k3d.rb) +- install via [MacPorts](https://www.macports.org): `sudo port selfupdate && sudo port install k3d` (MacPorts is available for MacOS) - install via [AUR](https://aur.archlinux.org/) package [rancher-k3d-bin](https://aur.archlinux.org/packages/rancher-k3d-bin/): `yay -S rancher-k3d-bin` - grab a release from the [release tab](https://github.com/rancher/k3d/releases) and install it yourself. - install via go: `go install github.com/rancher/k3d` (**Note**: this will give you unreleased/bleeding-edge changes)