Skip to content

Commit 5ffcbc5

Browse files
authored
Merge pull request #27 from sylabs/missing-ce
Add missing -ce in INSTALL.md
2 parents 466df91 + 4b89ef8 commit 5ffcbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ and use it to install the RPM like this:
136136
$ export VERSION=3.8.0-rc.1 # this is the singularity version, change as you need
137137
138138
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
139-
rpmbuild -tb singularity-${VERSION}.tar.gz && \
139+
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
140140
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-${VERSION}-1.el7.x86_64.rpm && \
141141
rm -rf ~/rpmbuild singularity-ce-${VERSION}*.tar.gz
142142
```

0 commit comments

Comments
 (0)