From 3d82a8b92cb6b5b90d5312c00376b19389034ee2 Mon Sep 17 00:00:00 2001 From: norimicry Date: Tue, 9 Apr 2019 19:02:27 +0200 Subject: [PATCH] README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0cb742 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Stardew Valley Multiplayer Docker Compose + +This project aims to autostart a Stardew Valley Multiplayer Server as easy as possible. + +# Setup +''' +git clone https://github.com/printfuck/stardew-multiplayer-docker + +docker-compose up +''' + +# How it works + +The game, the modloader (SMAPI), and the "Always On" Mod is pulled from my servers to minimize version conflicts. Afterwards everything will be unpacked into the right places. In the end of the init script the game will be started inside '''Xvfb'''.