Skip to content

Commit 3bfca29

Browse files
committed
README.md: fix typo, should be: spack repo add
* Thanks to Natalia Tilinina for reporting the error.
1 parent 5058beb commit 3bfca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git clone [email protected]:ACCESS-NRI/spack-packages.git $PACKAGE_PATH/spack-packa
2626
```
2727
and then add the location of the repository to your spack instance
2828
```
29-
git repo add $PACKAGE_PATH/spack-packages
29+
spack repo add $PACKAGE_PATH/spack-packages
3030
```
3131
and then confirm it is has been added correctly:
3232
```

0 commit comments

Comments
 (0)