From c8abeb46a5c1c46dfc36e33d5b2fa6370c9652ea Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Thu, 19 Apr 2018 18:06:39 -0500 Subject: [PATCH] docs: add symlink for go suggestion to INSTALL.md --- docs/INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 3aae2a17..b670d06c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -16,7 +16,10 @@ ``` sudo apt-get install golang-1.10-go ``` - > 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. + > 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. Alternatively, you can run: + ``` + sudo ln -s /usr/lib/go-1.10/bin/go /usr/local/bin/go + ``` On Mac OS X ```