diff options
author | Donghoon Shin <dhs.shin@samsung.com> | 2016-10-07 12:53:26 +0900 |
---|---|---|
committer | Donghoon Shin <dhs.shin@samsung.com> | 2016-10-07 12:54:03 +0900 |
commit | 0a59fcecd3b8d699b481e2e1f426b5a2b3d1a814 (patch) | |
tree | c99c02168e3e3f4dddf44c7015b5a73bba61220e /README.md | |
parent | d18421dd4559c5f334539fe5936a7e4182376e96 (diff) | |
download | litmus-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |