浏览代码

Add note about how to put binaries in project root

Michael C. 11 年之前
父节点
当前提交
367654b81f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/articles/vendor-binaries.md

+ 2 - 0
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.