From 1be50af4735efef2d11d6c0cb51f95e06b2a04c3 Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Wed, 13 Jan 2021 08:44:13 +0100
Subject: [PATCH] ...

---
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 06d9b44..33dfc7d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,5 @@
 # Webapps Deliverer
 
-## preliminary
-
-```
-sudo apt install python3-pip             # openSUSE: sudo zypper in python3-pip
-```
-
 Flask based web server for delivering file contents of the vaclab web 
 applications. A proxy is also offered:
 
@@ -23,6 +17,14 @@ will be forwarded to the real CouchDB URL
 
 ## Installation of the server
 
+On the server side
+
+```
+sudo apt install python3-pip             # openSUSE: sudo zypper in python3-pip
+```
+
+From the Git repository
+
 ```
 ./install a73434.berlin.ptb.de
 ```
-- 
GitLab