Update README.md
authordhs-shine <dhs.shine@gmail.com>
Wed, 28 Sep 2016 00:37:33 +0000 (09:37 +0900)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2016 00:37:33 +0000 (09:37 +0900)
README.md

index 3200545ab7cd5566561e00ca7511f1b8351cd57b..8bea69bca98513b02ed74a14156c33e3afbcbd04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 Litmus is an automated testing tool for tizen arm devices.
 
+
 Prerequisite
 ---------------------
 
@@ -9,10 +10,10 @@ sdb is not released on download.tizen.org/tools but you can find it from sdk.
 Install sdb from tizen sdk or download binary from below url.
 
 32bit:
-http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-32.zip
+http://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.2.89_ubuntu-32.zip
 
 64bit:
-http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-64.zip
+http://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.2.89_ubuntu-64.zip
 
 Unzip this package and copy sdb binary to /usr/bin
 
@@ -42,16 +43,18 @@ Getting started
 
 1. Create a litmus project:
 
-   $ litmus mk myproject
+   $ litmus mk <new_project_name>
 
 2. Modify <project_path>/userscript.py and <project_path>/conf.yaml
 
 3. Run the litmus project
 
-   $ litmus run myproject
+   $ litmus run <new_project_name>
 
 
 Please refer to litmus wiki for more details.
 
+
 https://github.com/dhs-shine/litmus/wiki
+
 https://wiki.tizen.org/wiki/Litmus