From f1e3ce88879006a5b45d19f803bfbcc74d22ba5d Mon Sep 17 00:00:00 2001 From: xavo95 Date: Wed, 11 Sep 2024 20:38:55 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf6231..d744d20 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,22 @@ cargo run --bin gateway-server cargo run --bin game-server ``` -##### b) using pre-built binaries +##### b) building from sources(docker edition) +If you are to wheelchair'd for option A, you can fallback to option b. +In this case you will need [Docker Desktop](https://www.docker.com/products/docker-desktop/) + +Once installed, to build the images, run: +```sh +# or builder.bat if you run it on windows +./builder.sh +``` + +And to run the containers: +```sh +docker compose up -d +``` + +##### c) using pre-built binaries Navigate to the [Releases](https://git.xeondev.com/Shorekeeper/Shorekeeper/releases) page and download the latest release for your platform.
Launch all servers: `config-server`, `hotpatch-server`, `login-server`, `gateway-server`, `game-server`