From 4be3db71a2f9b0fb8f560e89b0a556709e87623a Mon Sep 17 00:00:00 2001 From: Patrick Vogler Date: Wed, 6 Mar 2024 13:26:31 +0100 Subject: [PATCH] Corrected cloning and building instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4cf3a6..132eb21 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ This repository contains all the resources needed to participate in the hands-on ### Building -pull the sources from HLRS' gitea instance (note: default branch is `main`): +clone the sources from HLRS' gitea instance: ``` -git pull https://code.hlrs.de/hpcpvogl/BigWhoop.git +git clone https://code.hlrs.de/TOPIO/Deep_Learning_Workshop.git ``` -Now change into the source directory and run the following commands. +Now change into the source code directory and run the following commands. **for a simple build** ```