소스 검색

Merge pull request #3088 from michaelcullum/patch-1

Add note about how to put binaries in project root
Jordi Boggiano 11 년 전
부모
커밋
14c6c1d9e0
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.