From a5ceca472fd0efce4b435257c52abe4668ad7f05 Mon Sep 17 00:00:00 2001
From: dobli <dobler.alex@gmail.com>
Date: Tue, 11 Dec 2018 15:25:17 +0100
Subject: [PATCH] Mentioned building_manager in README

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 048b107..ea30de1 100644
--- a/README.md
+++ b/README.md
@@ -50,3 +50,7 @@ docker node update --label-add building=b3 <NAME_OF_HOST_3>
 Docker swarm should pick up the changes automatically and start openHAB on each machine.
 
 The instances should then be available on the subdomains b1, b2, b3 on each of the hosts.
+
+## Building Manager Script
+
+To ease initial setup and management the `building_manager.py` is provided. This script adds commands to create and control a multi building setup. To use it you first have to install its requirements by calling `pip install requirements.txt`
-- 
GitLab