Skip to content

Commit ee82071

Browse files
committed
Update to Singularity 2.5.2
1 parent 9d64fa8 commit ee82071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

00-installation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ $ sudo yum install debootstrap.noarch squashfs-tools
2424
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).
2525

2626
```
27-
$ wget https://github.com/singularityware/singularity/releases/download/2.4.2/singularity-2.4.2.tar.gz
27+
$ wget https://github.com/singularityware/singularity/releases/download/2.5.2/singularity-2.5.2.tar.gz
2828
29-
$ tar -xf singularity-2.4.2.tar.gz
29+
$ tar -xf singularity-2.5.2.tar.gz
3030
```
3131

3232
Finally it's time to build and install!
3333

3434
```
35-
$ cd singularity-2.4.2
35+
$ cd singularity-2.5.2
3636
3737
$ ./configure --prefix=/usr/local
3838

0 commit comments

Comments
 (0)