summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2018-07-13 21:07:47 +0200
committerGitHub <noreply@github.com>2018-07-13 21:07:47 +0200
commit07a451e1402cf8a7c24cf6196d541d304f5dcff2 (patch)
tree5a2a375aecf88467a53cd809fa76fcad93aef6e1
parenta18d1474a3691f34b763925ff2cc922828394e42 (diff)
README - db_assembler
Added description and formatted it for github
-rw-r--r--apps/db_assembler/README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/apps/db_assembler/README.md b/apps/db_assembler/README.md
index 2d8f4a0eab..d57246735c 100644
--- a/apps/db_assembler/README.md
+++ b/apps/db_assembler/README.md
@@ -1,16 +1,22 @@
+## Description
+
+This script allows you to assemble all sql files into one so you can easily import it to your databases (or use the main script to import directly).
+
## How to use:
-First of all, if you need some custom configuration you have to copy and rename
-/conf/config.sh.dist in /conf/config.sh and configure it
+First of all, if you need some custom configuration, you have to copy and rename `/conf/config.sh.dist` to `/conf/config.sh` and configure it. The file is here: https://github.com/azerothcore/azerothcore-wotlk/tree/master/conf
-db_assembler.sh script contains an interactive menu to assemble and import sql files.
+_Read it because there are several options to configure._
+
+`db_assembler.sh` script contains an interactive menu to assemble and import sql files.
Just run it to display the options.
Note: You can even use actions directly by command lines specifying the option.
Ex:
- ./db_assembler.sh 1
-It will start the assemble process of all sql files.
+ ./db_assembler.sh 1
+
+It will merge all sql files without an interactive menu.