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. :)
pull/1308/head
Ken Wronkiewicz 9 years ago
parent b7abaa37e0
commit f333bc37a0

@ -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 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. 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 ```console
$ cd $GOPATH $ cd $GOPATH

Loading…
Cancel
Save