Skip to content

Commit c8c8ff5

Browse files
authored
Merge pull request #260 from dtrudg/382-docs
Markdown doc changes for 3.8.2
2 parents 01fdd97 + b40d4c2 commit c8c8ff5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SingularityCE Changelog
22

3-
## Changes since last release
3+
## v3.8.2 [2021-08-19]
44

55
### Bug fixes
66

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8282
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:
8383

8484
```
85-
$ git checkout v3.8.1
85+
$ git checkout v3.8.2
8686
```
8787

8888
## Compiling SingularityCE
@@ -125,7 +125,7 @@ as shown above. Then download the latest
125125
and use it to install the RPM like this:
126126

127127
```
128-
$ export VERSION=3.8.1 # this is the singularity version, change as you need
128+
$ export VERSION=3.8.2 # this is the singularity version, change as you need
129129
130130
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
131131
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
@@ -141,7 +141,7 @@ tarball and use it to install Singularity:
141141
$ cd $GOPATH/src/github.com/sylabs/singularity && \
142142
./mconfig && \
143143
make -C builddir rpm && \
144-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.1*.x86_64.rpm # or whatever version you built
144+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.2*.x86_64.rpm # or whatever version you built
145145
```
146146

147147
To build an rpm with an alternative install prefix set RPMPREFIX on the

0 commit comments

Comments
 (0)