add info about new Composer / Packagist support
This commit is contained in:
parent
06e188ef39
commit
d6c2dd56dc
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
|
## 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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Reference in a new issue