Modified INSTALL.md
- Point out the difference between passing path/incpath as arguments and as variables
This commit is contained in:
parent
920132ae57
commit
01c2366fef
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ For Pizza to work, you need a running mail service (either server, smarthost or
|
||||||
### The simple way
|
### The simple way
|
||||||
|
|
||||||
Install Pizza by running "install.sh" from the base-directory.
|
Install Pizza by running "install.sh" from the base-directory.
|
||||||
install.sh takes two arguments (values can be set via environment variables instead):
|
install.sh takes two arguments: a prefix (the path where to place the executable parts; defaults to "/usr/local/") and
|
||||||
PREFIX (the path where to place the executable parts; defaults to "/usr/local/") and
|
an incprefix (the path where to place the message contents/ASCII-images; defaults to "<prefix>/share").
|
||||||
INCPREFIX (the path where to place the message contents/ASCII-images; defaults to "$PREFIX/share").
|
To set incprefix, passing prefix beforehands is mandatory!
|
||||||
To set INCPREFIX, passing PREFIX beforehands is mandatory!
|
You may also pass the environement variables "$PATH" and "$INCPATH", even though given arguments take precedence.
|
||||||
|
|
||||||
### The hard way
|
### The hard way
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue