소스 검색

Updated to reflect new tap names for php in OSX homebrew.

Andrew Kreps 10 년 전
부모
커밋
fe33d7a347
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      doc/00-intro.md

+ 2 - 4
doc/00-intro.md

@@ -112,11 +112,9 @@ Composer is part of the homebrew-php project.
 
 ```sh
 brew update
-brew tap homebrew/homebrew-php
 brew tap homebrew/dupes
-brew tap homebrew/versions
-brew install php55-intl
-brew install homebrew/php/composer
+brew tap homebrew/php
+brew install composer
 ```
 
 ## Installation - Windows