From 762da570a5d19502b336a411ec02ff1f92d2da97 Mon Sep 17 00:00:00 2001 From: Carsten Date: Thu, 18 Jan 2018 08:37:59 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd013f..e98a35e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ A simple java command line application for Amazon Glacier. You can find the late How to get it ============= -Either [download a binary][0] or [build the software yourself from sourcecode][5]. +Either [download a binary][0] or build the software yourself. + +How to build it +--------------- + +1. Check out the sourcecode `git clone https://github.com/MoriTanosuke/glacieruploader.git` +2. Build with maven `mvn package` +3. Run [![Build Status](https://travis-ci.org/MoriTanosuke/glacieruploader.svg)](https://travis-ci.org/MoriTanosuke/glacieruploader) [![Quality Gate](https://sonarqube.com/api/badges/gate?key=de.kopis.glacier%3Aglacieruploader-parent)](https://sonarcloud.io/dashboard?id=de.kopis.glacier%3Aglacieruploader-parent)