From f31cf9cc29ec032a266b8b815f4f1b254d026780 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Wed, 1 May 2024 17:26:34 -0400 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9a0a4e0..202d619 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,19 @@ Brainwine currently supports the following versions of Deepworld: ## Building -#### Prerequisites +### Prerequisites - Java 8 Development Kit -#### Using docker +```sh +git clone --recurse-submodules https://github.com/kuroppoi/brainwine.git +cd brainwine +./gradlew dist +``` + +The output will be located in the `/build/dist` directory. + +### Using docker To host brainwine using a docker you first need to build the image. On your server run the following: @@ -53,16 +61,6 @@ docker compose up The server configuration files and the world data is saved in a docker volume and will accessible from `/data/` in the container. Feel free to add or remove options passed to docker or edit the compose file. -#### Configurations - -```sh -git clone --recurse-submodules https://github.com/kuroppoi/brainwine.git -cd brainwine -./gradlew dist -``` - -The output will be located in the `/build/dist` directory. - ## Usage Execute `brainwine.jar` to start the program. Navigate to the server tab and press the button to start the server.\