summaryrefslogtreecommitdiff
path: root/extensions/LocalisationUpdate/README_FIRST.txt
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/LocalisationUpdate/README_FIRST.txt')
-rw-r--r--extensions/LocalisationUpdate/README_FIRST.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/LocalisationUpdate/README_FIRST.txt b/extensions/LocalisationUpdate/README_FIRST.txt
new file mode 100644
index 00000000..3973c435
--- /dev/null
+++ b/extensions/LocalisationUpdate/README_FIRST.txt
@@ -0,0 +1,8 @@
+To install this extension first include
+LocalisationUpdate/LocalisationUpdate.php in your LocalSettings.php
+
+Then add the required new tables to your database by running
+php maintenance/update.php on the command line.
+
+Whenever you want to run an update, run
+php extensions/LocalisationUpdate/update.php on the command line.