From 3d7b050951a96b3b292b40bd78c3a69b439730b1 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Fri, 14 Jun 2024 17:43:42 +0200
Subject: [PATCH] fix: fix README

---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 7f141bc3a..1f5671315 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ git clone --branch {branch-name} https://gitlab.ebrains.eu/ri/tech-hub/platform/
 
 Clone Spack. We currently use version v0.21.1:
 ```
-git clone --depth 1 -c advice.detachedHead=false -c feature.manyFiles=true --branch v0.20.0 https://github.com/spack/spack
+git clone --depth 1 -c advice.detachedHead=false -c feature.manyFiles=true --branch v0.21.1 https://github.com/spack/spack
 ```
 
 Activate Spack:
@@ -53,11 +53,6 @@ Add the project repository to your Spack environment:
 spack repo add ebrains-spack-builds
 ```
 
-Create the environment:
-```
-spack env create -d ebrains-spack-builds/
-```
-
 Define your site-specific configurations:
 ```
 export SYSTEMNAME=<your-system-name>
-- 
GitLab