readme updated and come comments in the code

This commit is contained in:
Paul M 2022-08-12 11:40:36 -05:00
parent 5f7cceafb3
commit 5164ab6e8f
2 changed files with 8 additions and 2 deletions

View file

@ -11,7 +11,7 @@ use Storable;
$updfile = "index.json"; # I could use JSON here, but it might be easier to abuse jq
$updlsturl = "https://content.minetest.net/api/packages/"; # give use a json file of everything available
$modpath = "/home/kake26/.var/app/net.minetest.Minetest/.minetest/mods/";
$modpath = "/home/kake26/.var/app/net.minetest.Minetest/.minetest/mods/"; # where your server stores its mods
sub chk_update () {