Skip to content

Commit ecfe8d9

Browse files
committed
Create README.md
1 parent da7494c commit ecfe8d9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)