mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +01:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
This commit is contained in:
commit
bb0a61ab60
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user