From 74ca9c3e09b8218e7fade97974a5296e29d51266 Mon Sep 17 00:00:00 2001 From: Brice Videau Date: Fri, 6 Oct 2023 13:54:16 -0500 Subject: [PATCH] Update README.md Should be simpler --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 696f036..0a11e39 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,8 @@ spack load thapi ### How to install spack ``` -git clone -c feature.manyFiles=true https://github.com/spack/spack.git -cd spack/ -git checkout releases/latest -. share/spack/setup-env.sh +git clone -c feature.manyFiles=true -b releases/latest https://github.com/spack/spack.git +. spack/share/spack/setup-env.sh ``` ## Note regarding building THAPI from source