Skip to content

Commit b2aa364

Browse files
authored
Fix spack installation tutorial in README.md (#37)
* Fix spack installation tutorial in README.md * Update spack installation tutorial in README.md
1 parent 91d1e13 commit b2aa364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Spack is a package manager designed for high-performance computing environments.
6464

6565
```bash
6666
git clone https://github.com/spack/spack.git
67-
cd spack/bin
68-
source ./spack
67+
cd spack
68+
. ./share/spack/setup-env.sh
6969
```
7070

7171
2. **Install Dependencies**: Once Spack is set up, you can install the required dependencies:

0 commit comments

Comments
 (0)