summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDonghoon Shin <dhs.shin@samsung.com>2016-10-07 12:53:26 +0900
committerDonghoon Shin <dhs.shin@samsung.com>2016-10-07 12:54:03 +0900
commit0a59fcecd3b8d699b481e2e1f426b5a2b3d1a814 (patch)
treec99c02168e3e3f4dddf44c7015b5a73bba61220e /README.md
parentd18421dd4559c5f334539fe5936a7e4182376e96 (diff)
downloadlitmus-0a59fcecd3b8d699b481e2e1f426b5a2b3d1a814.tar.gz
litmus-0a59fcecd3b8d699b481e2e1f426b5a2b3d1a814.tar.bz2
litmus-0a59fcecd3b8d699b481e2e1f426b5a2b3d1a814.zip
Support artik devices and more standalone devices
Change-Id: Ie555ec9b25496b307b2570cee2fd62e0cba3345b
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8bea69b..179460a 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Buliding & installing
$ debuild
-2. Install the deb package using dpkg
+2. Install the deb package by using dpkg
$ cd ..
@@ -43,13 +43,13 @@ Getting started
1. Create a litmus project:
- $ litmus mk <new_project_name>
+ $ litmus mk [project_name]
-2. Modify <project_path>/userscript.py and <project_path>/conf.yaml
+2. Modify [project_path]/userscript.py and [project_path]/conf.yaml
3. Run the litmus project
- $ litmus run <new_project_name>
+ $ litmus run [project_name]
Please refer to litmus wiki for more details.