diff --git a/src/warden-server/doc/UNINSTALL b/src/warden-server/doc/UNINSTALL
index d9a61e4e012ef7f0040d10026421141c62173c65..4bac7ef5cfc0fb140c9e2806b0b5cec3b5de09f7 100644
--- a/src/warden-server/doc/UNINSTALL
+++ b/src/warden-server/doc/UNINSTALL
@@ -13,20 +13,20 @@ A. Overview
 -----------
 
 For uninstallation of 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.
 
-You must be root for running this script.
-
 
 B. Uninstallation step
 ----------------------
 
-1) Uninstall Warden server package (example for default installation path)
+1) Uninstall Warden server package (example)
+
+	$ /opt/warden-server/uninstall.sh -d /opt/warden-server
+
+	or (if you wanted to create symlinks to Warden server control scripts during the installation process - optional)
 
-	# /opt/warden-server/uninstall.sh -d /opt
+	$ /opt/warden-server/uninstall.sh -d /opt/warden-server -s /usr/local/bin
 
 
 C. Post-uninstallation steps