Minor clarifications to redo install instructions.
Reported-by: @DRMacIver on twitter
This commit is contained in:
parent
cead02bd21
commit
0dcc685739
2 changed files with 15 additions and 6 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue