From 157b7f7229dfdcec0aa0cf493c1847ee55ad9a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 16 Mar 2016 13:12:18 +0100 Subject: [PATCH] fix clone&build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benjamin Cabé --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b06a8b05..7580a096f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ We are not providing an off the shelf installation ready hawkBit update server. #### Clone and build hawkBit ``` $ git clone https://github.com/eclipse/hawkbit.git +$ cd hawkbit $ mvn clean install ``` #### Start hawkBit example app