Explorar el Código

more composer installation info added

Peter Kokot hace 12 años
padre
commit
af3a65e4e0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      doc/usage.md

+ 4 - 0
doc/usage.md

@@ -7,6 +7,10 @@ Installation
 Monolog is available on Packagist ([monolog/monolog](http://packagist.org/packages/monolog/monolog))
 and as such installable via [Composer](http://getcomposer.org/).
 
+```bash
+php composer.phar require monolog/monolog dev-master
+```
+
 If you do not use Composer, you can grab the code from GitHub, and use any
 PSR-0 compatible autoloader (e.g. the [Symfony2 ClassLoader component](https://github.com/symfony/ClassLoader))
 to load Monolog classes.