summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2013-08-25 14:30:01 +0200
committerAndreas Maunz <andreas@maunz.de>2013-08-25 14:30:01 +0200
commitd156170e9cd47a778883156ad7722fbe1e563aaa (patch)
treeddd1e4f905fa79630579fc8cb13d67e96556fa92
parentfb0257b1b67c904915989c344b3ea45b28b893f7 (diff)
Updated READMEoldarch
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9f9894f..03fa7bc 100644
--- a/README
+++ b/README
@@ -14,17 +14,17 @@ A) Checked out this installer via 'cd && git clone git://github.com/opentox/inst
B) 'sudo' configuration to gain root privileges assumed (needed only for installation).
Configure in config.sh, see comments there.
-By default, everything is installed to $HOME/opentox-ruby (=OT_PREFIX).
+By default, everything is installed to $HOME/opentox-ruby (=OT_PREFIX).
The configs go to OT_PREFIX/.sh_<Package>_ot.sh for each package.
-After installation, configure the system by editing the startup file of your favorite shell (in BASH
+After installation, configure the system by editing the startup file of your favorite shell (in BASH
the file '~/.bashrc') to include '~/install/ot-tools-user.sh' (in BASH with 'source ~/install/ot-tools-user.sh').
If you now open a new shell and type otconfig, all environment variables are adjusted automatically.
IMPORTANT workaround: before using the system for the first time:
-Open a shell, otconfig, otkill, gem uninstall rack, and uninstall the latest version (1.4.1), otstart.
+Open a shell, otconfig, otkill, gem uninstall rack, and uninstall the latest version, otstart.
-To uninstall the system simply delete the link from the startup file (e.g. '~/.bashrc').
+To uninstall the system simply delete the link from the startup file (e.g. '~/.bashrc').
To save disk space delete directory OT_PREFIX.
Anyone can run multiple Opentox versions on the same machine: Install again as a different user.