From 02b3d0fa5417a24adc91b3fd2a6ef2531db0da9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 27 Feb 2023 01:13:24 +0100 Subject: [PATCH] Update Basic setup --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5efa1..fcea525 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,28 @@ you're running something like Ubuntu.* ## Basic setup -- [ ] ***TBD*** +- Option 1: Run the script directly from GitHub + +```bash +curl -sSL https://raw.githubusercontent.com/jiriks74/msman.sh/main/msman.sh | sh -s -- --redownload +``` + +- Option 2: Download `msman.sh` from release to where you want your minecraft +server and start it with + +```bash +chmod +x msman.sh +./msman.sh +``` + +- Option 2: Clone the repository + +```bash +git clone https://github.com/jiriks74/msman.sh minecraft_server +cd minecraft_server +chmod +x msman.sh +./msman.sh +``` ## Updating the server