From b1d3ab78afe558e4d4128845b7cfc7db3802ce0c Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Wed, 2 Jun 2021 13:06:57 +0000
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f10ba7c1..245a2612 100644
--- a/README.md
+++ b/README.md
@@ -42,11 +42,16 @@ https://docs.arbor-sim.org/en/stable/tutorial/single_cell_model.html
 https://neuron.yale.edu/neuron/static/docs/neuronpython/firststeps.html  
 https://nest-simulator.readthedocs.io/en/nest-2.20.1/auto_examples/one_neuron.html  
 
-- After fixing any potential errors for shared libraries (info [1](https://github.com/cdr/code-server/issues/766), [2](https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html), [3](https://serverkurma.com/linux/how-to-install-and-update-gcc-on-centos-7/))
-- We move on to zip the **"$SPACK_ROOT"** and the **~/.spack** folders of the build environment and transfer them to CSCS Object Storage (currently, in the future it will be a shared NFS drive)
+- (Potentially) fix any potential errors for shared libraries (info [1](https://github.com/cdr/code-server/issues/766), [2](https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html), [3](https://serverkurma.com/linux/how-to-install-and-update-gcc-on-centos-7/))
+
+## Delivery of the software binaries
+
+**This methodology will change, and the delivery will be be implemented via Gitlab CI and use of the shared NFS drive**
+
+- After build is complete, we move on to zip the **"$SPACK_ROOT"** and the **~/.spack** folders of the build environment and transfer them to CSCS Object Storage (currently, in the future it will be a shared NFS drive)
 - The artifacts that were built can now be used from the Collaboratory running containers to load and run the available simulation tools
 
-## Loading software in the Collaboratory Lab containers
+## Activating software in the Collaboratory Lab containers
 
 - Currently to load the pre-built simulation tools in the Collaboratory Lab containers refer to **Quickstart** at the beggining of this file (currently the Object Storage at CSCS is used to download the pre-built software as a stop-gap measure until a shared NFS drive is available).
 - This process will change in the future as all simulation tools will be available in the Collaboratory running containers from a shared NFS drive
-- 
GitLab