From 94e9ee60d2faccbc7a4a70bb677f12ab294e0636 Mon Sep 17 00:00:00 2001 From: Johnny Lind Date: Sun, 8 Dec 2019 01:00:28 +0100 Subject: [PATCH] GettingStarted.md: Add -E option to sudo to preserve environment --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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