This commit is contained in:
torlunjen 2020-02-27 11:42:57 +01:00
commit bb0a61ab60

View File

@ -13,13 +13,14 @@ Alle regler er hentet fra 2005 utgaven av spillguiden fra Wizards of the Coast,
- [maven](https://maven.apache.org/) - [maven](https://maven.apache.org/)
### Byggeprosedyre ### Byggeprosedyre
``` ```shell script
git clone https://github.com/inf112-v20/Fiasko.git git clone https://github.com/inf112-v20/Fiasko.git
cd Fiasko cd Fiasko
mvn clean install mvn clean install
``` ```
Dette vil også kjøre alle tester i koden
### Kjøreprosedyre ### Kjøreprosedyre
``` ```shell script
cd target cd target
java -jar roborally-0.1-alpha-jar-with-dependencies.jar java -jar roborally-0.1-alpha-jar-with-dependencies.jar
``` ```