[TCT][NON-ACR]Update the contents of the README file 51/176851/1
authorhyukin.kwon <hyukin.kwon@samsung.com>
Tue, 24 Apr 2018 03:02:25 +0000 (12:02 +0900)
committerhyukin.kwon <hyukin.kwon@samsung.com>
Tue, 24 Apr 2018 03:02:25 +0000 (12:02 +0900)
Change-Id: I49e35f0b33b10cc1b92fe1c83477e0a5821579df

release/csharp-tct_5.0_dotnet/README

index 6316855..09dcb81 100755 (executable)
@@ -5,7 +5,7 @@ python2.7, python-pip, requests
   sudo pip install requests
   sudo apt-get install python-dbus
 
-change the owner and group about /opt
+Change the owner and group of /opt
   sudo chown [user]:[user] /opt
 
 How to install :
@@ -13,7 +13,7 @@ How to install :
   - Install TCT from source code:
     sudo python tct-setup.py
 
-  - Removing tct related folders in /opt
+  - Remove tct related folders in /opt
     (** caution : all files in /opt/tct, /opt/testkit, /opt/tools will be removed)
     sudo python tct-setup.py clean
 
@@ -22,22 +22,22 @@ How to install :
 
 How to use :
 ================
-  - Set environment on your target
+  - Set environment on your target device
     sudo python /opt/tct/{TCTProject}/scripts/tct-config-device.py
 
-  - TCT-Manager Execute the following command
+  - Execute the following command to launch TCT-Manager 
     sudo tct-mgr
 
-  - TCT-Shell Execute the following command
+  - Execute the following command in order to use TCT-Shell
     tct-shell
 
 For Windows :
 ================
-  - Prerequisite
-    1. windows 7 - 32/64 bit
+  - Prerequisites
+    1. Windows 7 - 32/64 bit
     2. JDK 1.7 - 32bit ( You should install 32bit version. 
     3. python 2.7 - 32bit, should be set as environment path
-        - please use python 2.7 version, not 3.0 - https://www.python.org/downloads/windows/
+        - Please use python 2.7 version, not 3.0 - https://www.python.org/downloads/windows/
         - python lib which should be installed
             : install pip
                 1. Navigate to C:\Python27\Scripts
@@ -48,7 +48,7 @@ For Windows :
                 2. unzip source code and open command window on unziped folder
                 3. $ python setup.py install
 
-  - install / run in command prompt
-    (try at same path of the below files using [shift]+[mouse right click] in window explorer)
-    1. install : python tct-setup.py
-    2. run : tct-mgr.bat
+  - Install / run in command prompt
+    (Run below scripts at the file location. You can launch the command prompt by [shift]+[mouse right click] on windows explorer)
+    1. Install : python tct-setup.py
+    2. Run : tct-mgr.bat