diff --git a/README.md b/README.md
index ed44cd51f94c2712e7ec1e83f6486ed7865da712..3bbadd95cb9b199d44c20c82e248753846ac5286 100644
--- a/README.md
+++ b/README.md
@@ -147,13 +147,20 @@ systems. To learn more about Git LFS, click [here](http://gitlab.pages.jsc.fz-ju
 
 ### 5.1 JURECA
 
-1.  Load the Git LFS module:
+1.  Load the required module stage:
+
+    ```
+    module use /usr/local/software/jureca/OtherStages
+    module load Stages/2018b
+    ```
+
+2.  Load the Git LFS module:
 
     `module load git-lfs/2.6.1`
-2.  Initialize Git LFS:
+3.  Initialize Git LFS:
 
     `git lfs install`
-3.  Clone the repository, including the datasets:
+4.  Clone the repository, including the datasets:
 
     `git lfs clone https://gitlab.version.fz-juelich.de/khalid1/ml_dl_on_supercomputers.git`