We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 466df91 + 4b89ef8 commit 5ffcbc5Copy full SHA for 5ffcbc5
INSTALL.md
@@ -136,7 +136,7 @@ and use it to install the RPM like this:
136
$ export VERSION=3.8.0-rc.1 # this is the singularity version, change as you need
137
138
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
139
- rpmbuild -tb singularity-${VERSION}.tar.gz && \
+ rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
140
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-${VERSION}-1.el7.x86_64.rpm && \
141
rm -rf ~/rpmbuild singularity-ce-${VERSION}*.tar.gz
142
```
0 commit comments