diff --git a/src/warden-server/doc/CHANGELOG b/src/warden-server/doc/CHANGELOG
index c7c363ac156027a12e8f5ce65072d5e509fcab7a..cd80d61a92024d672847b8cbd8078989513d31d1 100644
--- a/src/warden-server/doc/CHANGELOG
+++ b/src/warden-server/doc/CHANGELOG
@@ -1,5 +1,5 @@
-2012-01-31 v1.0.0 stable version
+2012-02-24 v1.0.0 stable version
 --------------------------------
 - initial package of warden server
 - SSL certificate authentication/authorization supported
-- automatized installation process
+- automatized installation and uninstallation process
diff --git a/src/warden-server/doc/INSTALL b/src/warden-server/doc/INSTALL
index b02bf93e8514154a22899a7c6b11bac4ee3a59ee..33a79427a858ea9718ffbced6bc560a875fc4beb 100644
--- a/src/warden-server/doc/INSTALL
+++ b/src/warden-server/doc/INSTALL
@@ -1,7 +1,22 @@
-For installation of warden-server on local machine use install.sh.
+Installation process
+--------------------
+
+For installation of warden-server package on local machine use install.sh.
   
 Default destination directory is /opt/warden-server/.
           
 For more information about install.sh options run install.sh -h.
 
 You must be root for running this script.
+
+
+Uninstallation process
+----------------------
+
+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.