Explorar o código

forget a homebrew step that's required for php installation

zeke %!s(int64=11) %!d(string=hai) anos
pai
achega
8c382d4929
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
 ```