readme from source guide

This commit is contained in:
1e99 2024-12-17 18:01:11 +01:00
parent 9027d2a21c
commit 85d7bc2eef

View file

@ -44,5 +44,8 @@ services:
```
### From Source
WIP
1. Install a JDK: Ensure that you have Java 21 installed.
2. Clone the git repository: `git clone https://git.1e99.eu/1e99/pixelchat.git`.
3. Change your working directory: `cd ./pixelchat`
4. Build the server JAR: `./gradlew :server:shadowJar`.
5. Run the server: `java -jar ./server/build/libs/server-*-all.jar`.