From b2b5dba355d1f8bad849a8b1f5db6c77515401e4 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Mon, 10 Oct 2016 12:59:06 -0600 Subject: [PATCH] docs(README): update download information --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9589dcbc..6d9acdd32 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,20 @@ Think of it like apt/yum/homebrew for Kubernetes. ## Install -Download a [release tarball of helm for your platform](https://github.com/kubernetes/helm/releases). Unpack the `helm` binary and add it to your PATH and you are good to go! OS X/[Cask](https://caskroom.github.io/) users can `brew cask install helm`. +Binary downloads of the Alpha.5 Helm client can be found at the following links: + +- [OSX](http://storage.googleapis.com/kubernetes-helm/helm-v2.0.0-alpha.5-darwin-amd64.tar.gz) +- [Linux](http://storage.googleapis.com/kubernetes-helm/helm-v2.0.0-alpha.5-linux-amd64.tar.gz) +- [Linux 32-bit](http://storage.googleapis.com/kubernetes-helm/helm-v2.0.0-alpha.5-linux-386.tar.gz) + +Unpack the `helm` binary and add it to your PATH and you are good to go! OS X/[Cask](https://caskroom.github.io/) users can `brew cask install helm`. To rapidly get Helm up and running, start with the [Quick Start Guide](docs/quickstart.md). See the [installation guide](docs/install.md) for more options, including installing pre-releases. + ## Docs - [Quick Start](docs/quickstart.md)