From cdecd66e43d56de5056a4c0cba128161189f7403 Mon Sep 17 00:00:00 2001 From: dhs-shine Date: Fri, 23 Sep 2016 08:15:04 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 614c979..8785930 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.34.1