Skip to content

Commit

Permalink
Merge branch 'doc_install_sudo' of git://github.com/BlameJohnny/redo
Browse files Browse the repository at this point in the history
* 'doc_install_sudo' of git://github.com/BlameJohnny/redo:
  GettingStarted.md: Add -E option to sudo to preserve environment
  • Loading branch information
apenwarr committed Mar 4, 2020
2 parents 68d3551 + 94e9ee6 commit a609491
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 a609491

Please sign in to comment.