From 75bb51309d2672c19586d4717e8cb7a85a010a6c Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Tue, 27 Mar 2012 11:01:55 +0200 Subject: Better output --- install | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/install b/install index 9405f99..62766a2 100755 --- a/install +++ b/install @@ -43,7 +43,13 @@ rm -rf $OT_PREFIX/tmp/openbabel* $OT_PREFIX/tmp/kernlab* $OT_PREFIX/tmp/ruby* . "./openbabel.sh" echo -echo "Installation finished and system configured." -echo "Destination: '$OT_PREFIX'" -echo "IMPORTANT: Include '$OT_UI_CONF' in your shell or system startup to have the system automatically configured." +echo "Installation finished." +echo "Destination (OT_PREFIX): '$OT_PREFIX'" +echo +echo "IMPORTANT: How to configure your system:" +echo "IMPORTANT: a) Include '$OT_UI_CONF' in shell startup (e.g. ~/.bashrc)." +echo "IMPORTANT: b) Manually source '$OT_UI_CONF' every time." +echo "IMPORTANT: The command in both cases: '. $OT_UI_CONF'" +echo +echo "Thank you for your attention." echo -- cgit v1.2.3