Skip to content

Commit

Permalink
Merge pull request #387 from dtrudg/384release
Browse files Browse the repository at this point in the history
Bump version in INSTALL.md
  • Loading branch information
dtrudg authored Oct 28, 2021
2 parents a4a88c4 + c3e521c commit 9e1cd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:

```
$ git checkout v3.8.3
$ git checkout v3.8.4
```

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

```
$ export VERSION=3.8.3 # this is the singularity version, change as you need
$ export VERSION=3.8.4 # this is the singularity version, change as you need
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
Expand Down

0 comments on commit 9e1cd68

Please sign in to comment.