From d1e194fbc7e444685949ef3dfb7f23df2a0d4f07 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Tue, 5 Dec 2017 17:13:31 +0100 Subject: [PATCH] docs: note on golang-1.8-go bin path The golang-1.8-go package puts binaries in /usr/lib/go-1.8/bin. A new user might find it confusing that go binary is missing in the path --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) 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 ```