diff --git a/README.md b/README.md
index 06d9b441cd41563af42bd7993a01cd5986bfbaae..33dfc7d13cc2927f72738b1872718a3ed06b8088 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
 ```