From 76db892bf90cc7404287e979526508e74be86cdf Mon Sep 17 00:00:00 2001 From: Seil0 Date: Mon, 1 Oct 2018 21:23:11 +0200 Subject: [PATCH] Update page 'Documentation' --- Documentation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation.md b/Documentation.md index c07dd3f..28bb816 100644 --- a/Documentation.md +++ b/Documentation.md @@ -5,8 +5,11 @@ make sure you have installed [Maven](https://maven.apache.org/). Clone Project-HomeFlix `git clone https://github.com/Seil0/Project-HomeFlix.git` -go to the root folder of Project-HomeFlix and execute the following command -`mvn package` +to build a package, go to the root folder of Project-HomeFlix and execute the following command: +`mvn clean package` + +if you want to execute HomeFlix directly use: +`mvn compile exec:java` The final package can be found in /target.