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.