From c7c2cbcf90494bc9397a72566901cae2e1e469f2 Mon Sep 17 00:00:00 2001 From: kake26 Date: Tue, 10 Jan 2023 19:39:41 +0000 Subject: [PATCH] Update 'README.md' Add more detail on what these scripts are and do. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e66cb45..8793a5f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ DEV Contains works in progress and the latest testing code. +# What these scripts are + +buildstable.bash - Builds the latest stable version of the minetest server. I use this on my VPS where I host my minetest server. + +server.bash - Script to start/stop and baby sit the server. Runs via cron to restart it in case of crash. + +update.pl - Perl script can be run in the mods folder to update mods. Wrote this because manually checking and doing it was a massive pain. It does require jq to be installed. Its best installed after a fresh setup as it uses index.json to keep track of what mods need to be updated when new versions are released. + # Status As of 1/5/23: