浏览代码

Merge pull request #2868 from zeke/master

update homebrew instructions
Jordi Boggiano 11 年之前
父节点
当前提交
b580ad66a0
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      doc/00-intro.md

+ 7 - 7
doc/00-intro.md

@@ -95,13 +95,13 @@ Then, just run `composer` in order to run Composer instead of `php composer.phar
 
 
 Composer is part of the homebrew-php project.
 Composer is part of the homebrew-php project.
 
 
-1. Tap the homebrew-php repository into your brew installation if you haven't done
-   so yet: `brew tap josegonzalez/homebrew-php`
-2. Run `brew install josegonzalez/php/composer`.
-3. Use Composer with the `composer` command.
-
-> **Note:** If you receive an error saying PHP53 or higher is missing use this command to install php 
-> `brew install php53-intl`
+```sh
+brew update
+brew tap josegonzalez/homebrew-php
+brew tap homebrew/versions
+brew install php55-intl
+brew install josegonzalez/php/composer
+```
 
 
 ## Installation - Windows
 ## Installation - Windows