summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-27 11:01:55 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-27 11:01:55 +0200
commit75bb51309d2672c19586d4717e8cb7a85a010a6c (patch)
treee2c120a702c14225262e688fa135f7825ce07edc
parent28459162e41691074b7b28818c13ba98ddb8f273 (diff)
Better output
-rwxr-xr-xinstall12
1 files 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