summaryrefslogtreecommitdiffstats
path: root/skins/cavendish/README
diff options
context:
space:
mode:
Diffstat (limited to 'skins/cavendish/README')
-rw-r--r--skins/cavendish/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/skins/cavendish/README b/skins/cavendish/README
new file mode 100644
index 0000000..af7e93c
--- /dev/null
+++ b/skins/cavendish/README
@@ -0,0 +1,21 @@
+README file for Cavendish-MW
+============================
+
+
+Installation Instructions
+=========================
+
+To install the Cavendish skin, extract the files from the archive to the
+"skins" folder of your MediaWiki installation.
+
+In your MediaWiki Preferences page, click on the Appearance tab, select the
+skin you would like to use for your account and click Save.
+
+If you want to set the default skin to Cavendish, open LocalSettings.php
+and add/modify the $wgDefaultSkin. The name should be in lowercase,
+
+$wgDefaultSkin = 'cavendish';
+
+The default is,
+
+$wgDefaultSkin = 'monobook';