From c25618cbdc192bb982420d6c176c7c3bce0829d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6ltje?= Date: Sat, 19 Oct 2019 16:12:55 -0400 Subject: [PATCH] readme: add brew install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40809702d..67557ce18 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ You have several options there: - wget: `wget -q -O - https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG=v1.3.1 bash` - curl: `curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG=v1.3.1 bash` +- (MacOS only!) Use [Homebrew](https://brew.sh): `brew install k3d` - Grab a release from the [release tab](https://github.com/rancher/k3d/releases) and install it yourself. - Via go: `go install github.com/rancher/k3d` (**Note**: this will give you unreleased/bleeding-edge changes)