Corrected cloning and building instructions
This commit is contained in:
parent
cf65b2b134
commit
4be3db71a2
1 changed files with 3 additions and 3 deletions
|
@ -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**
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue