From aab54011b3774af1c4c4ea148eadc01baa6ece1d Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 29 Nov 2017 18:05:51 +0000 Subject: [PATCH] docs/install: add note about putting GOPATH/bin on PATH --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 36865594e..64fae4cdc 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -15,7 +15,7 @@ Install Go ^^^^^^^^^^ Make sure you have `installed Go `__ and -set the ``GOPATH``. +set the ``GOPATH``. You should also put ``GOPATH/bin`` on your ``PATH``. Get Source Code ^^^^^^^^^^^^^^^