diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index b42f415..296f781 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -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