Corrected the cloning instructions in the README.md file.

This commit is contained in:
Patrick Vogler 2024-03-06 13:30:08 +01:00
parent a2543802f7
commit 9aabc7b4f3
Signed by: Patrick Vogler
GPG key ID: 5536B08CE82E8509

View file

@ -19,9 +19,9 @@ BigWhoop is a compression library for numerical datasets that has been developed
### Building ### 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. Now change into the source directory and run the following commands.