Commit f333bc37 authored by Ken Wronkiewicz's avatar Ken Wronkiewicz

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. :)
parent b7abaa37
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment