diff --git a/README.md b/README.md
index 45ee214bdc28d3abccaeb6c6c91d4c2a47f6a712..2c31e8e90b2ba857cd8eaddd4078f7d1e53d1151 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
 * Download this repository to your local disk. You can download it as a zip-File or use `git`:  
 
   ```bash
-  git clone --recurse-submodules git@git-ce.rwth-aachen.de:jupyter/profiles/example.git
+  git clone git@git-ce.rwth-aachen.de:jupyter/profiles/example.git
   ```
 
 * It is highly recommended to run the notebooks in an isolated Anaconda environment. You can create a new environment called `jupyter-example-profile` from the provided `environment.yml` by running the following command in the Anaconda prompt
@@ -48,15 +48,6 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
   ```bash
   conda activate jupyter-example-profile
   ```
-  
-* Run two final commands in the Anaconda prompt (with activated `jupyter-example-profile` environment):
-
-  ```bash
-  chmod +x postBuild.sh
-  ./postBuild.sh
-  ```
-
-  If the latter command fails, please open `postBuild.sh` and execute the commands listed there manually.
 
 ### Local Run