Minor clarifications to redo install instructions.

Reported-by: @DRMacIver on twitter
This commit is contained in:
Avery Pennarun 2019-03-03 19:30:37 -05:00
commit 0dcc685739
2 changed files with 15 additions and 6 deletions

View file

@ -26,13 +26,13 @@ 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
PREFIX=/usr/local sudo ./redo install
DESTDIR= PREFIX=/usr/local sudo ./do install
```
Or to install it just for yourself (without needing root access), put it in
your home directory:
```sh
PREFIX=$HOME ./redo install
DESTDIR= PREFIX=$HOME ./do install
```