From 920132ae5747ef8f56d8647ece833be996cb612b Mon Sep 17 00:00:00 2001 From: Gesina Schwalbe Date: Tue, 31 Mar 2015 12:49:22 +0200 Subject: [PATCH] specified simple install instructions --- INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3d58446..df6de3c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,8 +9,10 @@ For Pizza to work, you need a running mail service (either server, smarthost or ### The simple way Install Pizza by running "install.sh" from the base-directory. -install.sh takes two arguments: PREFIX (defaults to "/usr/local/") and -INCPREFIX (defaults to "$PREFIX/share"). To set INCPREFIX, passing PREFIX beforehands is mandatory! +install.sh takes two arguments (values can be set via environment variables instead): +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