Skip to content

Commit 729e2db

Browse files
committed
Yikes forgot the .sh on the name of the install script in the README on how to run the script
Funded-by: IDEAS Project: xSDK Time: 0 hours Reported-by: Alicia Marie Klinvex <[email protected]> Thanks-to:
1 parent b978847 commit 729e2db

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
@@ -31,13 +31,13 @@ as well as some commonly needed external packages
3131
##Usage
3232

3333
```no-highlight
34-
sh ./installxSDK --prefix="installation directory" [other configure options]
34+
sh ./installxSDK.sh --prefix="installation directory" [other configure options]
3535
```
3636

3737
##Example
3838

3939
```no-highlight
40-
sh ./installxSDK --prefix=/usr/local/xSDK --with-mpicc=/usr/local/mpich/bin/mpicc --with-mpicxx=/usr/local/mpich/bin/mpicxx --with-mpif90=/usr/local/mpich/bin/mpif90
40+
sh ./installxSDK.sh --prefix=/usr/local/xSDK --with-mpicc=/usr/local/mpich/bin/mpicc --with-mpicxx=/usr/local/mpich/bin/mpicxx --with-mpif90=/usr/local/mpich/bin/mpif90
4141
```
4242

4343
##Useful Options

0 commit comments

Comments
 (0)