From 0baab77513bf4ea0af1ba872df94c903593ef691 Mon Sep 17 00:00:00 2001
From: Aiko Voigt <aiko.voigt@univie.ac.at>
Date: Tue, 11 Mar 2025 16:28:07 +0100
Subject: [PATCH] Updates Readme

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 02e65ce..dd6089a 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,13 @@ To use the reservation in a job script:
 Reserve a node for interactive use, do not work on the login nodes. See [VSC Wiki](https://docs.vsc.ac.at/running_jobs/interactive_jobs/).
 
 
+```
+salloc -N 1 --qos=skylake_0096 --partition=skylake_0096 --reservation=p72044 --exclusive -t 2:00:00
+```
 
+The ssh into the reserved node. You can check the reserved node with
 ```
-interactivejobs -N 1 skylake_0096 --qos skylake_0096 --exclusive -t 2:00:00
+squeue -u $USER
 ```
 
 Get and untar the tarball and enter the model code directory:
-- 
GitLab