README update

This commit is contained in:
Clément
2025-03-07 11:24:40 +01:00
parent 462307dabc
commit 3ad5bcf819

View File

@@ -25,6 +25,15 @@ You can create a server by launching:
.\gradlew server # Windows .\gradlew server # Windows
``` ```
If you want to create a server on a specific port, you can use:
```shell
./gradlew server --args="port" # Linux
.\gradlew server --args="port" # Windows
```
where `port` is the port you want to use.
This will create the server on a random port available and indicate it through the terminal. This will create the server on a random port available and indicate it through the terminal.
To launch the server on a particular port, simply use: To launch the server on a particular port, simply use: