From 367654b81ffd13bf3201b0a7ca1b015b754dc166 Mon Sep 17 00:00:00 2001 From: "Michael C." Date: Tue, 1 Jul 2014 20:52:28 +0100 Subject: [PATCH] Add note about how to put binaries in project root --- doc/articles/vendor-binaries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/articles/vendor-binaries.md b/doc/articles/vendor-binaries.md index 75087b5b8..b65b6bcf4 100644 --- a/doc/articles/vendor-binaries.md +++ b/doc/articles/vendor-binaries.md @@ -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.