diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index ec2d8c78de4e9fc01900dbdc43a447091f5fe9a4..2e1637e5264b8b68ca8856ae986d04a0f7dde1c0 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -98,26 +98,23 @@ C. Installation
     $ tar xzvf warden-server-2.2.tar.gz
 
  3. Run install.sh. 
-  
-    Default installation directory is /opt/warden-server/
     
     For more information about install.sh options run install.sh -h
 
-    Usage: $ ./install.sh [-d <directory>] [-k <ssl_key_file>]
-                          [-c <ssl_cert_file>] [-a <ssl_ca_file>] [-hV]"
-	-d <directory>            installation directory (default: /opt)
+    Usage: $ ./install.sh -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> [-hV]"
+	-d <directory>            installation directory
 	-k <ssl_key_file>         SSL certificate key file path
 	-c <ssl_cert_file>        SSL certificate file path
 	-a <ssl_ca_file>          CA certificate file path
 	-h                        print this help
 	-V                        print script version number and exit
-	
-    Example: # ./install.sh -d /opt -k /etc/ssl/private/server.key
+
+
+    Example: # ./install.sh -d /opt/warden-server
+                            -k /etc/ssl/private/server.key
                             -c /etc/ssl/certs/server.pem                            
 			    -a /etc/ssl/certs/bundle.pem
 
-    You must be root for running this script.
-
  4. Configuration files
   
     You are advised to check configuration file warden-apache.conf and
@@ -204,19 +201,15 @@ C. Installation
 D. Update
 
  For update of the Warden server package from local machine use update.sh.
-  
- Default destination directory is /opt/warden-server/.
     
  For more information about update.sh options run update.sh -h
 
-   Usage: $ ./update.sh [-d <directory>] [-hV]
-        -d <directory>            destination directory (default: /opt)
+   Usage: $ ./update.sh -d <directory> [-hV]
+        -d <directory>            destination directory
         -h                        print this help
         -V                        print script version number and exit
 
-   Example: # ./update.sh -d /opt
-
- You must be root for running this script.
+   Example: # ./update.sh -d /opt/warden-server
 
  For more information about post-update steps see UPDATE file in 'doc'
  directory.
@@ -226,19 +219,15 @@ D. Update
 E. Uninstallation
 
  For uninstallation of the Warden server package from local machine use uninstall.sh.
-  
- Default uninstallation directory is /opt/warden-server/.
     
  For more information about uninstall.sh options run uninstall.sh -h
 
-   Usage: $ ./uninstall.sh [-d <directory>] [-hV]
-        -d <directory>            uninstallation directory (default: /opt)
+   Usage: $ ./uninstall.sh -d <directory> [-hV]
+        -d <directory>            uninstallation directory
         -h                        print this help
         -V                        print script version number and exit
 
-   Example: # ./uninstall.sh -d /opt
-
- You must be root for running this script.
+   Example: # ./uninstall.sh -d /opt/warden-server
 
  For more information about post-uninstallation steps see UNINSTALL file in 'doc'
  directory.