From 01c2366feff26582c2b40b775a3c8260839c76ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Tue, 31 Mar 2015 15:29:06 +0200 Subject: [PATCH] Modified INSTALL.md - Point out the difference between passing path/incpath as arguments and as variables --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index df6de3c..d9fe743 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,10 +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 (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! +install.sh takes two arguments: a 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 "/share"). +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