Skip to content

Commit

Permalink
Merge pull request #27 from sylabs/missing-ce
Browse files Browse the repository at this point in the history
Add missing -ce in INSTALL.md
  • Loading branch information
dtrudg authored May 11, 2021
2 parents 466df91 + 4b89ef8 commit 5ffcbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ and use it to install the RPM like this:
$ export VERSION=3.8.0-rc.1 # 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-${VERSION}.tar.gz && \
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-${VERSION}-1.el7.x86_64.rpm && \
rm -rf ~/rpmbuild singularity-ce-${VERSION}*.tar.gz
```
Expand Down

0 comments on commit 5ffcbc5

Please sign in to comment.