From: maintenance team Date: Wed, 19 Nov 2008 10:32:24 +0000 (+0000) Subject: Update for ./runInstall X-Git-Tag: V4_1_4~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7a255184677ed9d06a103e283f6da9d95af187d0;p=tools%2Finstall.git Update for ./runInstall --- diff --git a/README b/README index a468ebc..db48ff2 100644 --- a/README +++ b/README @@ -27,9 +27,9 @@ The Installation Wizard can be launched in two modes: GUI and batch. The root directory of the Installation Wizard contains Python script runInstall. To run the Installation Wizard just type - runInstall in the terminal window: + ./runInstall in the terminal window: - [ python ] runInstall [] + [ python ] ./runInstall [] Without any option this script will launch the SALOME Installation Wizard in the default mode (GUI) with the default installation diff --git a/doc/readme.html b/doc/readme.html index 8fc5c86..c6f0c51 100755 --- a/doc/readme.html +++ b/doc/readme.html @@ -63,11 +63,11 @@ The Installation Wizard can be launched in two modes: batch.
The root directory of the Installation Wizard contains Python script runInstall. -To run the Installation Wizard just type runInstall in the +To run the Installation Wizard just type ./runInstall in the terminal window: -

[ python ] runInstall [options]
+

[ python ] ./runInstall [options]

Without options this script will launch the SALOME Installation Wizard in the GUI mode.