From 07e20fc703454e935d3b007f533fb84e0ebef638 Mon Sep 17 00:00:00 2001 From: Ken Wronkiewicz Date: Sun, 9 Oct 2016 11:38:52 -0700 Subject: [PATCH] docs(install): Add reference to glide in install docs The user needs to get all of the way down to developers docs to realize they need glide, but if you follow a user who doesn't necessarily want to develop but wants to build from source, you'd follow this path: README -> Quick Start -> Releases -> . o O (Source doesn't work) -> Install And then you'd realize that you need Glide. This one-liner patch fixes that. :) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 43b67c1fc..6830c7b03 100644 --- a/docs/install.md +++ b/docs/install.md @@ -53,7 +53,7 @@ Here are links to the common builds: Building Helm from source is slightly more work, but is the best way to go if you want to test the latest (pre-release) Helm version. -You must have a working Go environment. +You must have a working Go environment with (https://github.com/Masterminds/glide)[glide] installed. ```console $ cd $GOPATH