GettingStarted.md: Add -E option to sudo to preserve environment

This commit is contained in:
Johnny Lind 2019-12-08 01:00:28 +01:00
commit 94e9ee60d2

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: redo on your system. To install for all users, put it in /usr/local:
```sh ```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 Or to install it just for yourself (without needing root access), put it in