add info about new Composer / Packagist support
This commit is contained in:
parent
bc1d2f31d9
commit
8a1c409feb
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Reference in a new issue