From fb5999b6cbdec08bed531f8b3b8ecc7d4c76348a Mon Sep 17 00:00:00 2001 From: Jeka Der Date: Sun, 12 Oct 2014 20:05:06 +0200 Subject: more README styling --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11e4158..4aa91b4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ INSTALL: a) as .deb file: 1. install dependencies: + `$ sudo apt-get install git devscripts debhelper make` 2. fetch the source and build the package: @@ -41,11 +42,13 @@ a) as .deb file: `$ debuild -us -uc` 3. install the resulting .deb + `$ sudo dpkg -i ../fake-ilo_0.0.1-1_amd64.deb` b) manually: 1. install dependencies: + `$ sudo apt-get install git make` 2. fetch the source and build the package: -- cgit