Merge branch 'doc_install_sudo' of git://github.com/BlameJohnny/redo
* 'doc_install_sudo' of git://github.com/BlameJohnny/redo: GettingStarted.md: Add -E option to sudo to preserve environment
This commit is contained in:
commit
a60949135d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ If the tests pass, you can either add $PWD/redo/bin to your PATH, or install
|
|||
redo on your system. To install for all users, put it in /usr/local:
|
||||
|
||||
```sh
|
||||
DESTDIR= PREFIX=/usr/local sudo ./do install
|
||||
DESTDIR= PREFIX=/usr/local sudo -E ./do install
|
||||
```
|
||||
|
||||
Or to install it just for yourself (without needing root access), put it in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue