Update page 'Documentation'

Jannik 2018-10-01 21:23:11 +02:00
parent ffe4d87e33
commit 76db892bf9
1 changed files with 5 additions and 2 deletions

@ -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.