Skip to content

Commit 78105c6

Browse files
alistair3149malberts
authored andcommitted
Add manual install instructions and remove the requirement for composer
1 parent a51d328 commit 78105c6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ It is maintained by [Professional.Wiki](https://professional.wiki/).
1717

1818
## Installation
1919

20-
You need use [Composer][composer] to install this extension. Just add the
21-
following to the MediaWiki "composer.local.json" file and run
22-
`php composer.phar update mediawiki/simple-batch-upload` from the MediaWiki
23-
installation directory.
24-
25-
```json
26-
{
27-
"require": {
28-
"mediawiki/simple-batch-upload": "^2.0"
29-
}
30-
}
20+
### Composer
21+
```sh
22+
COMPOSER=composer.local.json composer require --no-update mediawiki/simple-batch-upload:^2.0
3123
```
24+
```sh
25+
composer update mediawiki/simple-batch-upload --no-dev -o
26+
```
27+
28+
### Manual installation
29+
30+
[Download](https://github.com/ProfessionalWiki/SimpleBatchUpload/releases) and place the files in a directory called `SimpleBatchUpload` in your `extensions/` folder.
31+
3232

33-
Then add the following line to your "LocalSettings.php" file:
33+
Enable the extension by adding the following to your LocalSettings.php:
3434
```php
3535
wfLoadExtension( 'SimpleBatchUpload' );
3636
```

0 commit comments

Comments
 (0)