Update README.md

This commit is contained in:
xavo95 2024-09-11 20:38:55 +02:00
parent 9afba329c2
commit f1e3ce8887
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -24,7 +24,22 @@ cargo run --bin gateway-server
cargo run --bin game-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) Navigate to the [Releases](https://git.xeondev.com/Shorekeeper/Shorekeeper/releases)
page and download the latest release for your platform.<br> page and download the latest release for your platform.<br>
Launch all servers: `config-server`, `hotpatch-server`, `login-server`, `gateway-server`, `game-server` Launch all servers: `config-server`, `hotpatch-server`, `login-server`, `gateway-server`, `game-server`