Skip to content

Commit

Permalink
Fix spack installation tutorial in README.md (#37)
Browse files Browse the repository at this point in the history
* Fix spack installation tutorial in README.md

* Update spack installation tutorial in README.md
  • Loading branch information
juliusgh authored Nov 11, 2024
1 parent 91d1e13 commit b2aa364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
. ./share/spack/setup-env.sh
```

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

0 comments on commit b2aa364

Please sign in to comment.