Update README.md
authorDonghoon Shin <dhs.shine@gmail.com>
Thu, 2 Feb 2017 02:26:11 +0000 (11:26 +0900)
committerDonghoon Shin <dhs.shine@gmail.com>
Thu, 2 Feb 2017 02:28:15 +0000 (11:28 +0900)
README.md

index de0661fe9301b70cbec69e47de23125c87092c67..3c58688299a1cf3a1d51f38581d6bc8d165af1a7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
 Litmus is an automated testing tool for tizen arm devices.
 
 
-Prerequisite
----------------------
+# Prerequisite
 
 Litmus uses sdb to communicate with device.
 sdb is not released on download.tizen.org/tools but you can find it from sdk.
@@ -10,10 +9,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:
-https://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.3.0_ubuntu-32.zip
+    https://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.3.0_ubuntu-32.zip
 
 64bit:
-https://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.3.0_ubuntu-64.zip
+    https://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.3.0_ubuntu-64.zip
 
 Unzip this package and copy sdb binary to /usr/bin
 
@@ -24,43 +23,38 @@ Unzip this package and copy sdb binary to /usr/bin
       && rm -rf ~/temp
 
 
-Buliding & installing
----------------------
+# Buliding & installing
 
-1. Clone this project
+Clone this project
 
-   $ git clone https://github.com/dhs-shine/litmus
+    $ git clone https://github.com/dhs-shine/litmus
    
-1. Build a deb package with debuild
+Build a deb package with debuild
 
-   $ cd litmus
-   
-   $ debuild
+    $ cd litmus
+    $ debuild
 
-2. Install the deb package by using dpkg
+Install the deb package by using dpkg
 
-   $ cd ..
-   
-   $ sudo dpkg -i litmus_0.3.5-1_amd64.deb
+    $ cd ..
+    $ sudo dpkg -i litmus_0.3.5-1_amd64.deb
 
 
 Getting started
 ---------------
 
-1. Create a litmus project:
+Create a litmus project:
 
-   $ litmus mk [project_name]
+    $ litmus mk [project_name]
 
-2. Modify [project_path]/userscript.py and [project_path]/conf.yaml
+Modify [project_path]/userscript.py and [project_path]/conf.yaml
 
-3. Run the litmus project
+Run the litmus project
 
-   $ litmus run [project_name]
+    $ litmus run [project_name]
 
 
 Please refer to litmus wiki for more details.
 
-
-https://github.com/dhs-shine/litmus/wiki
-
-https://wiki.tizen.org/wiki/Litmus
+  https://github.com/dhs-shine/litmus/wiki
+  https://wiki.tizen.org/wiki/Litmus