From 45cf506de3e3a1e5d135e99598b8ba5154292015 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Mon, 27 Sep 2021 13:23:18 +0200
Subject: [PATCH] DOC: document how to run the server without rebuilding
 soruces

---
 README_SETUP.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README_SETUP.md b/README_SETUP.md
index 0de7b12b..5ef3496d 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -156,6 +156,9 @@ type `https://localhost:10443` in your Browser, assuming you used 10443 as port.
 Note, that you will get a security warning if you are using a self-signed
 certificate.
 
+You can use `make run-single` to directly start the server without rebuilding
+sources (if you called `make run` previously).
+
 ## Run Unit Tests
 
 `$ make test`
-- 
GitLab