Update README.md

This commit is contained in:
Jayden
2021-09-14 02:55:40 +01:00
committed by GitHub
parent 1a9cbbf48f
commit 91610c72fd
+1 -1
View File
@@ -19,7 +19,7 @@ Multiple webhook URLs are supported and messages will be sent to all of them.
## Installation
1. Clone this repository to your MediaWiki installation's `extensions` folder using `git clone https://github.com/jaydenkieran/mw-discord.git -b REL1_35 Discord` (or change `REL1_35` to the branch that corresponds with or is the closest version under your MediaWiki version, e.g `REL1_31` will work for 1.32, 1.33, and 1.34)
2. Install dependencies `cd extensions/Disord; sudo -u www-data composer update --no-dev`
2. Install dependencies `cd extensions/Discord; sudo -u www-data composer update --no-dev`
3. Modify your `LocalSettings.php` file and add:
```php