readme from source guide
This commit is contained in:
parent
9027d2a21c
commit
85d7bc2eef
1 changed files with 5 additions and 2 deletions
|
@ -44,5 +44,8 @@ services:
|
||||||
```
|
```
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
1. Install a JDK: Ensure that you have Java 21 installed.
|
||||||
WIP
|
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`.
|
||||||
|
|
Loading…
Reference in a new issue