From d60e781f775d78d711ec6874c17dab8760fdfec0 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 26 Mar 2020 09:03:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c0b10e..f126808 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ If you get this error message: `echo $(echo -n | openssl s_client -showcerts -connect gitlab.nibio.no:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p') >> /etc/ssl/certs/ca-certificates.crt` -...and then run the git clone command again +...and then run the git clone command again. + +Make sure that the git repo is globally accessible (not only by ROOT) cd into the directory vips-backend-single-server/ and run the script: -- GitLab