From 00b7b9a34c12a027499af7cb55797d738a9e6a5d Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Fri, 27 Nov 2020 23:42:57 +0100
Subject: [PATCH] readme update

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f31f92c..46766bd 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ TMTC Client
 This client was developed by KSat for the SOURCE project to test the on-board software but
 has evolved into a more generic tool for satellite developers to perform TMTC (Telemetry and Telecommand) 
 handling and testing via different communication interfaces. Currently, only the PUS standard is 
-implemented as a packet standard.
+implemented as a packet standard. This tool can be used either as a command line tool
+or as a GUI tool.
 
 This client currently supports the following communication interfaces:
 1. Ethernet, UDP packets
@@ -72,7 +73,9 @@ On Windows, the package should be included.
 ## How To Use
 
 It is recommended to use PyCharm and load the run configurations
-to have a starting point.
+to have a starting point. PyCharm also provided the option 
+of remote deployment, which allows TMTC testing with remote
+setups (e.g. flatsat setup in a cleanroom).
 
 ### Command line mode
 The script can be used by specifying command line parameters.
-- 
GitLab