From c324e1a084c6ea56bc18de40664baa18734dbf07 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Tue, 25 Oct 2016 12:18:02 -0700 Subject: [PATCH] chore(README): update install section for Beta.2 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1be0c680b..3fab18d9d 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Think of it like apt/yum/homebrew for Kubernetes. ## Install -Binary downloads of the Alpha.5 Helm client can be found at the following links: +Binary downloads of the Beta.2 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) +- [OSX](http://storage.googleapis.com/kubernetes-helm/helm-v2.0.0-beta.2-darwin-amd64.tar.gz) +- [Linux](http://storage.googleapis.com/kubernetes-helm/helm-v2.0.0-beta.2-linux-amd64.tar.gz) +- [Linux 32-bit](http://storage.googleapis.com/kubernetes-helm/helm-v2.0.0-beta.2-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`.