From 3299e4ed6639b969f1a347285eb298fd1bf8275d Mon Sep 17 00:00:00 2001
From: Fanny Wegner <fwegner@imm.uzh.ch>
Date: Tue, 19 Mar 2024 12:16:29 +0100
Subject: [PATCH] Update file UNIX_HPC_exercise_instructions.md

---
 exercises/UNIX_HPC_exercise_instructions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/UNIX_HPC_exercise_instructions.md b/exercises/UNIX_HPC_exercise_instructions.md
index 62140c2..97906ee 100644
--- a/exercises/UNIX_HPC_exercise_instructions.md
+++ b/exercises/UNIX_HPC_exercise_instructions.md
@@ -435,7 +435,7 @@
 **Objective:** running software from singularity images and submitting jobs to Science Cluster
 
 >**BEFORE WE START**
-Please run the following commands:
+Please run the following commands (copy and paste to your command line):
 ```sh
 mkdir /home/$USER/scratch/singularity_tmpdir
 echo "export SINGULARITY_TMPDIR=/home/$USER/scratch/singularity_tmpdir" >> $HOME/.bashrc
-- 
GitLab