README: fix go bin path in INSTALL.md

FIxes #839.
This commit is contained in:
João Mesquita 2018-03-16 23:28:57 +00:00 committed by Olaoluwa Osuntokun
parent c33645cc80
commit b0c35d5f39

View File

@ -16,7 +16,7 @@
```
sudo apt-get install golang-1.10-go
```
> Note that golang-1.10-go puts binaries in /usr/lib/go-1.8/bin. If you want them on your PATH, you need to make that change yourself.
> Note that golang-1.10-go puts binaries in /usr/lib/go-1.10/bin. If you want them on your PATH, you need to make that change yourself.
On Mac OS X
```