Ver Fonte

forget a homebrew step that's required for php installation

zeke há 11 anos atrás
pai
commit
8c382d4929
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      doc/00-intro.md

+ 2 - 1
doc/00-intro.md

@@ -98,7 +98,8 @@ Composer is part of the homebrew-php project.
 ```sh
 brew update
 brew tap josegonzalez/homebrew-php
-brew install php53-intl # if you don't already have new-ish php
+brew tap homebrew/versions
+brew install php53-intl
 brew install josegonzalez/php/composer
 ```