From 9aabc7b4f38a6df1ca0603c17135bffac332df98 Mon Sep 17 00:00:00 2001 From: Patrick Vogler Date: Wed, 6 Mar 2024 13:30:08 +0100 Subject: [PATCH] Corrected the cloning instructions in the README.md file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8c4422..ef4e308 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ BigWhoop is a compression library for numerical datasets that has been developed ### Building -pull the sources from HLRS' gitea instance (note: default branch is `main`): +clone the sources from HLRS' gitea instance (note: default branch is `main`): ``` -git pull https://code.hlrs.de/hpcpvogl/BigWhoop.git +git clone https://code.hlrs.de/TOPIO/BigWhoop.git ``` Now change into the source directory and run the following commands.