Update README.md
authordhs-shine <dhs.shine@gmail.com>
Thu, 22 Sep 2016 23:15:04 +0000 (08:15 +0900)
committerDonghoon Shin <dhs.shine@gmail.com>
Thu, 22 Sep 2016 23:18:10 +0000 (08:18 +0900)
README.md

index 614c979169fa4d5748b401685253a8039c623985..8785930a20ab4cdf69356458ad0b6cce09717b74 100644 (file)
--- 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