1
0
Fork 0

Merge pull request #3088 from michaelcullum/patch-1

Add note about how to put binaries in project root
pull/3025/merge
Jordi Boggiano 2014-07-02 00:40:06 +02:00
commit 14c6c1d9e0
1 changed files with 2 additions and 0 deletions

View File

@ -111,3 +111,5 @@ An example of the former looks like this:
Running `composer install` for this `composer.json` will result in
all of the vendor binaries being installed in `scripts/` instead of
`vendor/bin/`.
You can set `bin-dir` to `./` to put binaries in your project root.