diff options
author | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-23 14:19:10 +0000 |
---|---|---|
committer | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-23 14:19:10 +0000 |
commit | ce8712f4c3d93d3d175c024a1824ff23e7ef0ca2 (patch) | |
tree | a7c5c27e4355ae142dcf16cfd344e06d1cb68191 /README.md | |
parent | eea6240fc6ae11b3692dc09a116a8ad7c2e3f269 (diff) | |
download | litmus-ce8712f4c3d93d3d175c024a1824ff23e7ef0ca2.tar.gz litmus-ce8712f4c3d93d3d175c024a1824ff23e7ef0ca2.tar.bz2 litmus-ce8712f4c3d93d3d175c024a1824ff23e7ef0ca2.zip |
Add more logs
Change-Id: I3f36cc0703bce9d58ebea7d5923b724982707d4b
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -5,19 +5,21 @@ Buliding & installing 1. Change directory name with version postfix and create an orig.tar.gz - $ mv litmus litmus-0.3.0 + $ git clone http://github.com/dhs-shine/litmus - $ tar cvfz litmus_0.3.0.orig.tar.gz litmus-0.3.0 + $ tar cvfz litmus_0.3.1.orig.tar.gz litmus 1. Build a deb package with debuild - $ cd litmus-0.3.0 + $ cd litmus $ debuild 2. Install the deb package using dpkg - $ sudo dpkg -i litmus_0.3.0-1_amd64.deb + $ cd .. + + $ sudo dpkg -i litmus_0.3.1-1_amd64.deb Getting started |