From 2cc2ed9d0f6e491ba30a37906fc8669834a2a846 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Thu, 29 Oct 2020 01:12:01 +0100 Subject: [PATCH] reamde update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 518c9cc..0c0ec34 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. -- GitLab