We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655dfe7 commit 7be5f14Copy full SHA for 7be5f14
1 file changed
README.md
@@ -2,7 +2,17 @@
2
3
[](https://codecov.io/gh/AzulImplementation/AzulApiJava)
4
5
-# Building and running the API
+## Using the API
6
+
7
+Download the jar file from [https://github.com/AzulImplementation/AzulApiJava/releases](releases).
8
9
+Execute: `java -jar target/azulapi.jar <number of players (from 2 to 4)>`.
10
11
+# Running the API with Maven
12
13
+If you have Maven installed you can use: `mvn spring-boot:run "-Dspring-boot.run.arguments=<number of players (from 2 to 4)>"`
14
15
+or:
16
17
```
18
mvn clean package
0 commit comments