From 584bc52b205c71e91d8aef22f72d512fbeed7a91 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 16 Jun 2023 23:50:39 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7358b2..b407e8d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ tmux, in a way that makes it extremely easy to use with systemd. 1. install systemd unit in /etc/systemd/system, change `User` option to preferred user 2. create minecraft server instances in `~/.local/share/mcserver/instances` - you can also symlink server directories from elsewhere on the system - - use `instance/` as a starting point. you need, at minimum, a startup - script that executes the server jar, the server jar itself and a `vars` - file + - use `instance/` as a starting point. you need, at minimum, a `start.sh` + startup script that executes the server jar, the server jar itself and a + `vars` file 3. `systemctl enable --now mcserver@instancename`