From b9d1186248b8cf3614d27366ab1f049659acd4cf Mon Sep 17 00:00:00 2001 From: NathanSalapat Date: Tue, 7 Oct 2014 09:13:50 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c9fc30..e9581bd 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ Minetest_Mods_Updater ===================== A bash script for LINUX that automatically updates your minetest mods + +To use, create a directory where you will put all your git cloned folders for mods. Git Clone the mods into said folder. Add Update.sh to that folder, and change the permissions to be executable, if needed. Change the rsync locations to be the location you are git cloning into and your mods directory. To update your mods just run the script, or create a cron job to execute the script for you. I personally have it run every morning at four am. + +TODO: +Add the actual code for renaming the folders. +Add a bit more documentation. +Add a log output that prints the date and what mods were updated.