소스 검색

updated homebrew install/upgrade info based on changes to formula

Wil Moore III 13 년 전
부모
커밋
4dc89c7940
1개의 변경된 파일2개의 추가작업 그리고 15개의 파일을 삭제
  1. 2 15
      README.md

+ 2 - 15
README.md

@@ -57,24 +57,11 @@ Installing via this homebrew formula will always get you the latest composer ver
 2. Change into a project directory `cd /path/to/my/project`
 3. Use composer as you normally would `composer.phar install`
 
-To upgrade:
-
-1. run `brew uninstall composer ; brew install https://raw.github.com/gist/1574469/composer.rb`
-
-Install or Upgrade to the latest version of composer
----------------------------------------------------------------------
-
-
 *You will see a warning "Warning: Cannot verify package integrity"; however, this is benign and expected.*
 
-Verify
---------
-- composer.phar --version
-- brew home composer
-
-
-
+To upgrade:
 
+1. run `brew uninstall composer ; brew install https://raw.github.com/gist/1574469/composer.rb`
 
 Configuration
 -------------