summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-11-12 16:34:53 +0100
committerAndreas Maunz <andreas@maunz.de>2012-11-12 16:34:53 +0100
commitcb5359b81c4a23b8a6967dc6abc46e959847fbee (patch)
treedabb33c46dffe96b84493bec8710ae0fc059fcc9
parent1bf4a16e695f403be46e892f55d8811642d1683f (diff)
Update README
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index b478bda..3630150 100644
--- a/README
+++ b/README
@@ -17,14 +17,13 @@ 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
-the file '~/.bashrc') to include '~/.opentox-ui.sh' (in BASH with 'source ~/.opentox-ui.sh').
-This file is the only one that the installer creates outside OT_PREFIX.
-If you now open a new shell, all environment variables are adjusted automatically.
+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.
-To uninstall the system simply delete the link from the startup file: Done.
+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.