From 52f38a0c11c6eb3edc4965d96c7a54a530e8711f Mon Sep 17 00:00:00 2001 From: Robin Mueller <robin.mueller.m@gmail.com> Date: Tue, 1 Sep 2020 13:33:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c15c04a..5cf9fd4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ TMTC Client ==== ## Cloning the repository -Clone the repository with following command: +It is recommended to fork this repository. +The `tmtc_core` folder contains most generic software +components while this repository is based on the SOURCE mission. +However, this repostiory is a good starting point and example +implementation. + +Fork the repository or clone it with following command: ```sh git clone https://git.ksat-stuttgart.de/source/tmtc.git ``` -- GitLab