diff --git a/docs/INSTALL.md b/docs/INSTALL.md index bf9fb243..42a1b0ac 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -14,6 +14,7 @@ ``` sudo apt-get install golang-1.8-go ``` + > Note that golang-1.8-go puts binaries in /usr/lib/go-1.8/bin. If you want them on your PATH, you need to make that change yourself. On Mac OS X ```