From 846a147b56cb7c06f8b395ce59565353a1eb84af Mon Sep 17 00:00:00 2001 From: "Clarence \"Sparr\" Risher" Date: Tue, 23 Aug 2022 15:19:53 +0000 Subject: [PATCH] Mention possible need for sudo -E to run make install --- docs/source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source.md b/docs/source.md index 2b3e682b2..ef786aa02 100644 --- a/docs/source.md +++ b/docs/source.md @@ -19,7 +19,7 @@ #### Unix-like systems ```sh - # installs to '/usr/local' by default; sudo may be required + # installs to '/usr/local' by default; sudo may be required, or sudo -E for configured go environments $ make install # or, install to a different location