From 731046da7345ce277fb178f7693a7f888b7d184a Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 21 Aug 2012 16:35:46 +0300 Subject: Update README --- README | 6 ++++-- 1 file 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. -- cgit v1.2.3