diff --git a/README.md b/README.md index 6759f29..b954529 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ A minification bundle for Laravel, based on the [Minify Driver for CodeIgniter]( * Jeroen van Meerendonk - [GitHub](http://github.com/jeroen) - [Twitter](http://twitter.com/jeroen_bz) * Joseba Juániz - [GitHub](http://github.com/patroklo) - [Twitter](http://twitter.com/patroklo) +## Install +* `php artisan bundle:install laravel-compactor` +* Add `'compactor'` in the `retrun array()` at bundles.php + ## Usage ### Compactor class @@ -95,4 +99,4 @@ Direct access to css and js methods ### 1.2 * Bug corrections. -* New documentation. \ No newline at end of file +* New documentation.