From 82a9380445e84836e07341926f53795b0b4160f3 Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Fri, 21 May 2021 14:22:12 +0200
Subject: [PATCH] - updated README: support

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2dc422c..a58e93b 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,16 @@ A CLI tool to create valid [BagIt](https://tools.ietf.org/html/rfc8493) based su
 As a user, you have one of three options to create your SIP: `copy`, `move` or `replace`.  
 NOTE: The use of option `copy` is strongly recommended. The remaining options modify your source directory. Please use these with caution!
 
-## Supported Operating Systems
+## Support
+### Supported Operating Systems
 * Debian 10
 * Windows 10
 
-## Installation (Debian 10)
+### Supported Versions
+* official [release builds](https://git.slub-dresden.de/digital-preservation/SLUB_SIP_Builder/-/releases) only   
+
+## Installation (Releases)
+
 1. Update system packages (optional but recommended):  
    `sudo apt update && sudo apt upgrade -y`
 2. Install required tools and libraries:  
-- 
GitLab