Skip to content

Commit

Permalink
Added more information about installing the library via Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jul 14, 2017
1 parent b698832 commit 48a57c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -53,8 +53,12 @@ require_once 'Zebra_Mptt.php';

You can install Zebra_Mptt via [Composer](https://packagist.org/packages/stefangabos/zebra_mptt)

```
```bash
# get the latest stable release
composer require stefangabos/zebra_mptt

# get the latest commit
composer require stefangabos/zebra_mptt:dev-master
```

## Install MySQL table
Expand Down

0 comments on commit 48a57c9

Please sign in to comment.