diff --git a/README.md b/README.md
index 3b9168df3b134865a6003f3f52f1e287a4da7fba..ce4ed2f48b6d853894f7abea1b93bc776bb0251d 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ Copy and paste the following code into the editor window. (Replace all current c
 ```
 #!/bin/bash
 # JOB HEADERS HERE
-
-git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/singularity_containers
+mkdir -p /data/user/$USER/rc-training-sessions
+git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/rc-training-sessions/singularity_containers
 
 
 ```
@@ -32,5 +32,5 @@ module load Anaconda3
 
 ## Extra Jupyter Arguments:
 ```
---notebook-dir=/data/user/$USER/singularity_containers
+--notebook-dir=/data/user/$USER/rc-training-sessions/singularity_containers
 ```