diff --git a/README.md b/README.md
index 518c9cc833847de56233ab94d5dd857f6089c5a6..0c0ec34d7c3969a442abbceaff67a769d5fc6e3a 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,6 @@ git clone https://git.ksat-stuttgart.de/source/tmtc.git
 Initiate the core components by initiating and updating the submodules
 ```sh
 git submodule init
-git submodule sync
 git submoduke update
 ```
 
@@ -27,7 +26,7 @@ pip install -r requirements.txt
 
 Now the script can be tested by running
 ```sh
-python3 obsw_tmtc_client.py -h
+python obsw_tmtc_client.py -h
 ```
 
 It is recommended to use and setup PyCharm to also use the preconfigured
@@ -137,4 +136,4 @@ a new PyCharm project in a new window.
  
 To add new configurations, go to Edit Configurations... 
 at the top right corner in the drop-down menu.
-Specify the new run configurations and set a tick at Share through VCS. 
\ No newline at end of file
+Specify the new run configurations and set a tick at Share through VCS.