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
This commit is contained in:
Tomas Susanka 2017-12-05 17:13:31 +01:00 committed by Olaoluwa Osuntokun
parent 1121b0c48b
commit d1e194fbc7

@ -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
```