diff --git a/README.md b/README.md index 5951de1..6c6549c 100644 --- a/README.md +++ b/README.md @@ -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`.