Updated change log
This commit is contained in:
parent
adac0738cd
commit
da685a0568
2 changed files with 15 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# BC Breaks
|
||||
|
||||
* Build will returns the dpkg command instead print it to the user
|
||||
* Removed internal autoloader -> use composer as a default
|
||||
|
|
|
|||
14
README.md
14
README.md
|
|
@ -5,6 +5,20 @@
|
|||
|
||||
A simple debian packager for PHP applications
|
||||
|
||||
Get composer:
|
||||
|
||||
```
|
||||
curl -sS http://getcomposer.org/installer | php
|
||||
```
|
||||
|
||||
Install dependencies and autoloader
|
||||
|
||||
```
|
||||
php composer.phar install
|
||||
```
|
||||
|
||||
Use it:
|
||||
|
||||
```php
|
||||
<?php
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue