Skip to content

Commit 7a9cc28

Browse files
Fix sqsh path
1 parent 8deabda commit 7a9cc28

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/clusters/cscs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ To generate a GitHub PAT, follow those [instructions](https://docs.github.com/en
249249

250250
For this tutorial, we are gonna use the `MultiMeditron` training pipeline setup. Clone the MultiMeditron repository in your user directory:
251251

252-
=== HTTP clone
252+
=== "HTTP clone"
253253

254254
```bash
255255
# CSCS login node
@@ -260,17 +260,16 @@ For this tutorial, we are gonna use the `MultiMeditron` training pipeline setup.
260260
git clone https://github.com/EPFLiGHT/MultiMeditron.git
261261
```
262262

263-
=== SSH clone
263+
=== "SSH clone"
264264
```bash
265265
# CSCS login node
266266

267267
mkdir /users/$CSCS_USERNAME/meditron
268268
cd /users/$CSCS_USERNAME/meditron
269269

270-
git clone https://github.com/EPFLiGHT/MultiMeditron.git
270+
git clone git@github.com:EPFLiGHT/LiGHT-doc.git
271271
```
272272

273-
274273
When GitHub asks for your password, input the PAT that you have generated in this step.
275274

276275
## Create a personal folder in the capstor partition

0 commit comments

Comments
 (0)