From c8ff3dad78c28d2e79277bb957d7b22d58708e54 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Wed, 22 Sep 2021 10:22:07 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 doc.zih.tu-dresden.de/docs/archive/install_jupyter.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
index 57da5b2cc..3fd0c9136 100644
--- a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
+++ b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
@@ -32,7 +32,8 @@ srun --pty -n 1 --cpus-per-task=2 --time=2:00:00 --mem-per-cpu=2500 --x11=first
 Create a new directory in your home, e.g. Jupyter
 
 ```Bash
-mkdir Jupyter cd Jupyter
+mkdir Jupyter
+cd Jupyter
 ```
 
 There are two ways how to run Anaconda. The easiest way is to load the Anaconda module. The second
-- 
GitLab