From 7a2327ec8c0205880858b717f62f03ee7b554965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20L=C3=BCbken?= Date: Mon, 14 Mar 2016 16:49:14 +0100 Subject: [PATCH] Update binary_release.md Added instructions to use the homebrew package manager on OS X. There is an official formula which is also relatively uptodate: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/kubernetes-cli.rb --- docs/getting-started-guides/binary_release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/binary_release.md b/docs/getting-started-guides/binary_release.md index 1df329d620..667b5f025d 100644 --- a/docs/getting-started-guides/binary_release.md +++ b/docs/getting-started-guides/binary_release.md @@ -12,6 +12,8 @@ The list of binary releases is available for download from the [GitHub Kubernete Download the latest release and unpack this tar file on Linux or OS X, cd to the created `kubernetes/` directory, and then follow the getting started guide for your cloud. +On OS X you can also use the [homebrew](http://brew.sh/) package manager: `brew install kubernetes-cli` + ### Building from source Get the Kubernetes source. If you are simply building a release from source there is no need to set up a full golang environment as all building happens in a Docker container.