Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefAssad committed May 15, 2017
1 parent a37e058 commit e62236e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ imagesLoaded( '#bodyContent', {}, function(){
// do something after images load
});
```

Installation
============

In your extensions directory:

```bash
git clone https://github.com/enterprisemediawiki/ImagesLoaded.git
```

In your MediaWiki `LocalSettings.php` add the following directive:

```php
wfLoadExtension( 'ImagesLoaded' );
```

0 comments on commit e62236e

Please sign in to comment.