mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +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/)
|
||||
|
||||
### Byggeprosedyre
|
||||
```
|
||||
```shell script
|
||||
git clone https://github.com/inf112-v20/Fiasko.git
|
||||
cd Fiasko
|
||||
mvn clean install
|
||||
```
|
||||
Dette vil også kjøre alle tester i koden
|
||||
### Kjøreprosedyre
|
||||
```
|
||||
```shell script
|
||||
cd target
|
||||
java -jar roborally-0.1-alpha-jar-with-dependencies.jar
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user