Merge pull request #6127 from sparr/doc-source-sudo-E

Mention possible need for sudo -E to run make install
This commit is contained in:
Nate Smith 2022-08-24 14:06:08 -05:00 committed by GitHub
commit 4716de40e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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