Skip to content

Commit

Permalink
docs(install): Add reference to glide in install docs
Browse files Browse the repository at this point in the history
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. :)
  • Loading branch information
wirehead committed Oct 9, 2016
1 parent b7abaa3 commit f333bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f333bc3

Please sign in to comment.