Skip to content

Commit

Permalink
GettingStarted.md: Add -E option to sudo to preserve environment
Browse files Browse the repository at this point in the history
  • Loading branch information
BlameJohnny committed Dec 8, 2019
1 parent b08b5ef commit 94e9ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e9ee6

Please sign in to comment.