Nischayn22 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/51208


Change subject: readme should indicate dependancy
......................................................................

readme should indicate dependancy

LT depends on WikiEditor.

Change-Id: Ic06e81a0bf6cebe428cbf3e6ab8d7576c391772e
---
M README
1 file changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiquidThreads 
refs/changes/08/51208/1

diff --git a/README b/README
index b757fcc..b12a7da 100644
--- a/README
+++ b/README
@@ -8,9 +8,10 @@
 INSTALLATION:
 ============
 
-1. Rename this directory to extensions/LiquidThreads inside your
+1. This extension depends on WikiEditor, make sure you have the dependancy 
already installed.
+2. Rename this directory to extensions/LiquidThreads inside your
    MediaWiki directory.
-2. Add database tables from lqt.sql using the sql.php MediaWiki tool.
+3. Add database tables from lqt.sql using the sql.php MediaWiki tool.
    (On Unix, if the current directory is the MediaWiki root directory, you can
    say "php maintenance/sql.php extensions/LiquidThreads/lqt.sql".)
    If you haven't created the AdminSettings.php file, you will have to do that
@@ -19,7 +20,7 @@
    "mysql -u $USER -p -e 'source lqt.sql'" on Unix), but you might have to
    edit it first, and replace the /*$wgDBprefix*/ and /*$wgDBTableOptions*/
    strings with the corresponding settings.
-3. Add this line to the end of your LocalSettings.php:
+4. Add this line to the end of your LocalSettings.php:
    require_once( "$IP/extensions/LiquidThreads/LiquidThreads.php" );
 
 Liquid Threads uses namespace numbers 90, 91, 92, and 93. If you are using

-- 
To view, visit https://gerrit.wikimedia.org/r/51208
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic06e81a0bf6cebe428cbf3e6ab8d7576c391772e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: Nischayn22 <nischay...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to