We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7494c commit ecfe8d9Copy full SHA for ecfe8d9
README.md
@@ -0,0 +1,14 @@
1
+This MediaWiki extension contains the functionality custom to https://werewolf.chat.
2
+
3
+## Installation
4
+To install, first clone the repository into your `extensions` directory, like so
5
+```
6
+git clone https://github.com/lykoss/wiki WerewolfWiki
7
8
9
+Then, add the following to your `LocalSettings.php` file
10
+```php
11
+wfLoadExtension( 'WerewolfWiki' );
12
13
14
+Verify the installation was successful by heading to Special:Version.
0 commit comments