From cc64cb8c9221eb30efd7efc9e53859776b472c2f Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Thu, 15 Jan 2015 14:13:19 +0100
Subject: [PATCH] vytvoren UPDATE soubor

---
 src/warden-client/doc/UPDATE | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 src/warden-client/doc/UPDATE

diff --git a/src/warden-client/doc/UPDATE b/src/warden-client/doc/UPDATE
new file mode 100644
index 0000000..41ed345
--- /dev/null
+++ b/src/warden-client/doc/UPDATE
@@ -0,0 +1,32 @@
+Update process
+==============
+
+Content
+
+ A. Overview
+ B. Update steps
+
+--------------------------------------------------------------------------------
+
+A. Overview
+-----------
+
+For update of warden-client package from local machine use update.sh.
+
+For more information about update.sh options run update.sh -h.
+
+
+B. Update steps
+---------------
+
+Update Warden client package (default destination path)
+
+  $ tar xzvf warden-client-2.2.tar.gz
+  $ cd warden-client-2.2
+
+  $ ./update.sh -d /opt/warden-client
+
+
+--------------------------------------------------------------------------------
+
+Copyright (C) 2011-2015 Cesnet z.s.p.o
-- 
GitLab