From 4f480ececa5fee619629ec80b8c7b337fc891e14 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Apr 2021 18:02:55 -0300 Subject: Add README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..44a4fbe --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +This repository used for unite all other TMW Evolved repositories. + +./init.sh - this script initialize new repositories. +Usage: + ./init.sh task +Allowed tasks: + all - all known repositories. + server - repositories for run server. + client - repositories for client data development. + music - repositories with music. + local - repositories for running local server. + tools - repositories with tools. + manaplus - repository with manaplus sources. +This command allow any combinations with different tasks. +Example: + ./init.sh local - create directories and pull repositories for local server usage. + +./pull.sh - this script allow pull in all repositories if pull is safe. +Usage: + ./pull.sh - pulling only if repository in clean state and all commits pushed. +or + ./pull.sh force - pulling always. + -- cgit v1.2.3-60-g2f50