From c3e521c2d3ed3eeb64a5458b997623b9e7ba0ebc Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Thu, 28 Oct 2021 11:22:26 -0500 Subject: [PATCH] Bump version in INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c1eceebeb5..c4605fce30 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -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 && \