Skip to content

Commit 27a2467

Browse files
committed
Update README.md
1 parent 7be5f14 commit 27a2467

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
# AzulApiJava
22

3-
[![codecov](https://codecov.io/gh/AzulImplementation/AzulApiJava/branch/main/graph/badge.svg)](https://codecov.io/gh/AzulImplementation/AzulApiJava)
4-
53
## Using the API
64

75
Download the jar file from [https://github.com/AzulImplementation/AzulApiJava/releases](releases).
86

97
Execute: `java -jar target/azulapi.jar <number of players (from 2 to 4)>`.
108

11-
# Running the API with Maven
9+
## Running the API with Maven
1210

13-
If you have Maven installed you can use: `mvn spring-boot:run "-Dspring-boot.run.arguments=<number of players (from 2 to 4)>"`
11+
`mvn spring-boot:run "-Dspring-boot.run.arguments=<number of players (from 2 to 4)>"`
1412

1513
or:
1614

1715
```
18-
mvn clean package
16+
mvn package
1917
java -jar target/azulapi.jar <number of players (from 2 to 4)>
20-
```
18+
```
19+
20+
## Running the tests with Maven
21+
22+
```mvn test```
23+
24+
[![codecov](https://codecov.io/gh/AzulImplementation/AzulApiJava/branch/main/graph/badge.svg)](https://codecov.io/gh/AzulImplementation/AzulApiJava)

0 commit comments

Comments
 (0)