add info about new Composer / Packagist support

This commit is contained in:
tengel 2024-03-20 09:20:41 -05:00
parent bc1d2f31d9
commit 8a1c409feb

View file

@ -24,13 +24,17 @@ The Preloader extension requires MediaWiki 1.7.0 or later.
## 3. Installation
Clone the Github repository into your extensions subdirectory:
Git - clone the Github repository into your extensions subdirectory:
```
cd /path/to/wiki/extensions
git clone https://github.com/troyengel/Preloader/
```
Composer - the package is available via Composer / Packagist:
* https://packagist.org/packages/troyengel/preloader
Then edit your `LocalSettings.php` file and add the following line:
```