From af37dcc6aaf3cd157e7183d92ee8f112dc52b99c Mon Sep 17 00:00:00 2001 From: Julius Herb Date: Mon, 11 Nov 2024 16:20:16 +0100 Subject: [PATCH 1/2] Fix spack installation tutorial in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b32f81d..63a2fb1 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ Spack is a package manager designed for high-performance computing environments. ```bash git clone https://github.com/spack/spack.git - cd spack/bin - source ./spack + cd spack + source ./share/spack/setup-env.csh ``` 2. **Install Dependencies**: Once Spack is set up, you can install the required dependencies: From 4ffed4065dbfab566040ce6176524a85748f80f9 Mon Sep 17 00:00:00 2001 From: Julius Herb Date: Mon, 11 Nov 2024 16:51:17 +0100 Subject: [PATCH 2/2] Update spack installation tutorial in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a2fb1..d218b27 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Spack is a package manager designed for high-performance computing environments. ```bash git clone https://github.com/spack/spack.git cd spack - source ./share/spack/setup-env.csh + . ./share/spack/setup-env.sh ``` 2. **Install Dependencies**: Once Spack is set up, you can install the required dependencies: