specified simple install instructions
This commit is contained in:
parent
3c67a33459
commit
920132ae57
1 changed files with 4 additions and 2 deletions
|
@ -9,8 +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: PREFIX (defaults to "/usr/local/") and
|
install.sh takes two arguments (values can be set via environment variables instead):
|
||||||
INCPREFIX (defaults to "$PREFIX/share"). To set INCPREFIX, passing PREFIX beforehands is mandatory!
|
PREFIX (the path where to place the executable parts; defaults to "/usr/local/") and
|
||||||
|
INCPREFIX (the path where to place the message contents/ASCII-images; defaults to "$PREFIX/share").
|
||||||
|
To set INCPREFIX, passing PREFIX beforehands is mandatory!
|
||||||
|
|
||||||
### The hard way
|
### The hard way
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue