Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 62d3acd

Browse files
committed
Update README - forgot to mention update.php
1 parent b1acb1d commit 62d3acd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Report is an extension that, very simply, allows reporting revisions, hence the
44

55
## Installation
66

7-
Run the following commands:
7+
From the root directory of your wiki, run the following commands:
88
```
99
cd extensions
1010
git clone https://github.com/Kenny2github/Report.git
@@ -13,6 +13,12 @@ Then add the following line to your LocalSettings.php:
1313
```php
1414
wfLoadExtension( 'Report' );
1515
```
16+
Finally, from the root directory of your wiki, run the following commands:
17+
```
18+
cd maintenance
19+
php update.php
20+
```
21+
This will create the necessary tables that the extension needs.
1622

1723
## Usage
1824

0 commit comments

Comments
 (0)