From c6f9a26970a5761984703ee21c819f168a02c824 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sun, 2 Apr 2023 20:44:19 +0200 Subject: [PATCH] Explain what this branch is --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0515f05..08a7cd1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# skinsdb +# skinsdb - User-facing branch that includes a few basic skins This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods. @@ -37,9 +37,9 @@ You might want to run `minetest` in a Terminal/Console window to check the log o **Requirements:** * Python 3 - * `requests` library: `pip3 install requests` - -Go to the updater folder of this mod and run `python3 update_skins.py` + * `requests` library: `pip3 install requests` + +Go to the updater folder of this mod and run `python3 update_skins.py` The Script will download all the skins from the database for you. ### Manual addition