docs/install: add note about putting GOPATH/bin on PATH

This commit is contained in:
Ethan Buchman 2017-11-29 18:05:51 +00:00
parent a393cf4109
commit aab54011b3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Install Go
^^^^^^^^^^
Make sure you have `installed Go <https://golang.org/doc/install>`__ and
set the ``GOPATH``.
set the ``GOPATH``. You should also put ``GOPATH/bin`` on your ``PATH``.
Get Source Code
^^^^^^^^^^^^^^^