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:
Avery Pennarun 2020-03-04 15:00:34 -05:00
commit a60949135d

View file

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