From b0c35d5f39b08a987b8483c205054cb76611aa8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mesquita?= Date: Fri, 16 Mar 2018 23:28:57 +0000 Subject: [PATCH] README: fix go bin path in INSTALL.md FIxes #839. --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8ed35da4..5a0367e9 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 ```