Skip to content

Commit 67ff045

Browse files
committed
Use singularity 2.4.2
1 parent cf31453 commit 67ff045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ $ sudo yum install debootstrap.noarch squashfs-tools
126126
Next we'll download a compressed archive of the source code (using the the `wget` command). Then we'll extract the source code from the archive (with the `tar` command).
127127

128128
```
129-
$ wget https://github.com/singularityware/singularity/releases/download/2.4/singularity-2.4.tar.gz
129+
$ wget https://github.com/singularityware/singularity/releases/download/2.4.2/singularity-2.4.2.tar.gz
130130
131-
$ tar xvf singularity-2.4.tar.gz
131+
$ tar -xf singularity-2.4.2.tar.gz
132132
```
133133

134134
Finally it's time to build and install!
135135

136136
```
137-
$ cd singularity-2.4
137+
$ cd singularity-2.4.2
138138
139139
$ ./configure --prefix=/usr/local
140140

0 commit comments

Comments
 (0)