From d76a541d8da310eb3d86f4d906729fe0fcd20694 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 3 Nov 2021 10:54:54 +0100
Subject: [PATCH] update readme

---
 readme.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/readme.md b/readme.md
index 6dbb028..51d6ecc 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# IML deployment client :: proof of concept :: WIP
+# IML deployment client
 
 This client is a set of bash scripts to deploy a package that was built on th IML CI server.
 
@@ -30,11 +30,15 @@ If fully configured the deployment script executes the following steps in that f
 * download Software archive
 * detect if download is newer than the last one
 * jump into installation dir of your application
-* optional: execute pre installation tasks
-* optional: run cleanup
-* extract software archive
+* optional: execute pre installation tasks (1)
+* optional: run cleanup (1)
+* extract software archive (1)
 * create config files
-* optional: execute post installation tasks
+* optional: execute post installation tasks (1)
+* optional: execute post config change tasks (2)
+
+(1) if a new software version was downloaded
+(2) if one of the config files was created or changed
 
 ## Set up access to package server
 
-- 
GitLab