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:
commit
4716de40e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue