From 29d562c785ae777305d459c4c226ef7187f6e586 Mon Sep 17 00:00:00 2001
From: James Strachan <james.strachan@gmail.com>
Date: Thu, 11 Aug 2016 09:39:01 +0100
Subject: [PATCH] added instructions on downloading a distro

using the new shiny distro of helm and tiller
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2344edeee..ecf4bf6b7 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,9 @@ quiet-kitten
 
 ## Install
 
-Helm is in its early stages of development. At this time there are no binary
-releases.
+Download a [release tarball of helm and tiller for your platform](https://github.com/kubernetes/helm/releases). Unpack the `helm` and `tiller` binaries and add them to your PATH and you are good to go!
+
+### Install from source
 
 To install Helm from source, follow this process:
 
-- 
GitLab