summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
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.
+