Skip to content

Commit 37b55e1

Browse files
Update GH username
1 parent ec98700 commit 37b55e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To engage with all of the content within this GPU Training course, you will need
2828
cd /lustre/projects/Research_Project-RSATeam #This is the directory that the RSA Team will do the course in.
2929
mkdir $USER # Create a directory for you within the project space.
3030
cd $USER
31-
git clone https://github.com/berrli/GPU_Training
31+
git clone https://github.com/liamjberrisford/GPU_Training
3232
cd GPU_Training
3333
```
3434

@@ -90,7 +90,7 @@ If you are self-studying, then please read up to the section "Project: Conway's
9090
To engage with all of the content within this GPU Training course, you will need to clone the repo, which can be done with
9191

9292
``` bash
93-
git clone https://github.com/berrli/GPU_Training
93+
git clone https://github.com/liamjberrisford/GPU_Training
9494
```
9595

9696
## Spack - Installing system-level requirements
@@ -149,7 +149,7 @@ Poetry can be uninstalled with `curl -sSL https://install.python-poetry.org | py
149149
```
150150

151151
```{note}
152-
`poetry install` needs to be run from within the training course repo. If you haven't, then you need to clone this repo with `git clone https://github.com/berrli/GPU_Training` and then navigate to its root with `cd GPU_Training`
152+
`poetry install` needs to be run from within the training course repo. If you haven't, then you need to clone this repo with `git clone https://github.com/liamjberrisford/GPU_Training` and then navigate to its root with `cd GPU_Training`
153153
```
154154

155155
All of the user-level requirements can be installed via Poetry with the command:

0 commit comments

Comments
 (0)