From ec3b0cdb3f0557f01bb0292a3975ac2cc6f50b9e Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Wed, 22 Jan 2020 14:29:07 +0100
Subject: [PATCH] Updated Readme for remote build

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

diff --git a/README.md b/README.md
index ac48b2c..4acd73c 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,18 @@ cd km3buu
 
 ### Local Machine
 By "Local Machine" a computer where are root (administrative) privileges are available is 
-meant. These root privileges are required to build the singularity image by yourself. To start the build run following `make` command:
+meant. These root privileges are required to build the singularity image by yourself. In order to start the build, run the following `make` command:
 ```
 make build
 ```
 
 ### Compute Cluster
-In order to make this project also usable in a non-root environment, binaries will be provided. Within KM3NeT computing infrastructure this is the case for the lyon compute cluster, thus this case is customised for this environment.
-
-This part is currently under development, so it is time to say: Coming soon ... ;-)
+In order to make this project also usable in a non-root environment, the Image is also provided via the KM3NeT Docker-Server. Within KM3NeT computing infrastructure this is the case for the lyon compute cluster, thus this case is customised for this environment.
 
+In order to build the singularity image based on the remote image, run the following `make` command:
+```
+make buildremote
+```
 
 ## Structure & Usage
 
-- 
GitLab