add info about new Composer / Packagist support

This commit is contained in:
Troy Engel 2016-03-16 19:20:28 -05:00
parent 06e188ef39
commit d6c2dd56dc

View file

@ -24,13 +24,17 @@ The Preloader extension requires MediaWiki 1.7.0 or later.
## 3. Installation ## 3. Installation
Clone the Github repository into your extensions subdirectory: Git - clone the Github repository into your extensions subdirectory:
``` ```
cd /path/to/wiki/extensions cd /path/to/wiki/extensions
git clone https://github.com/troyengel/Preloader/ 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: Then edit your `LocalSettings.php` file and add the following line:
``` ```