summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-21 16:35:46 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-21 16:35:46 +0300
commit731046da7345ce277fb178f7693a7f888b7d184a (patch)
tree50531312027fd3e4892c5d169c148986f903db0a
parent041e52e0ad03e9a7a1ae0258de7e9145c3345d8a (diff)
Update README
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 2120c45..49bf25b 100644
--- a/README
+++ b/README
@@ -13,11 +13,13 @@ Here are some of my goals when writing the installer:
- Logged (all non-elementary actions are logged)
Requirements:
-A) Debian or compatible (tested on Ubuntu 11.10).
+A) Debian or compatible (tested on Debian 6.0.5).
B) Users may gain root privileges using 'sudo'.
Usage:
-Configure the installer in config.sh, then run 'install'. Then configure your system by adding a line to the startup file of your favorite shell (e.g. BASH with the file '~/.bashrc') to read in '~/.opentox/.opentox-ui.sh' (e.g. with 'source ~/.opentox/.opentox-ui.sh'), so any newly started shell will be completely configured. To uninstall, simply remove the line from the startup file. To save disc space also remove directory OT_PREFIX. To remove also your configuration, remove $HOME/.opentox.
+Configure the installer in config.sh, then run 'install'. Then configure your system by adding a line to the startup file of your favorite shell (e.g. BASH with the file '~/.bashrc') to read in '~/.opentox/opentox-ui.sh' (e.g. with 'source ~/.opentox/opentox-ui.sh'), so any newly started shell will be completely configured. To uninstall, simply remove the line from the startup file. To save disc space also remove directory OT_PREFIX. To remove also your configuration, remove $HOME/.opentox.
+
+Detailed installation instructions for developer found here: http://opentox.github.com/development/2012/08/09/install-opentox-development-environment/
You can run multiple Opentox versions on the same machine: Just install again as a different user.