Better README copy
Removed requirements. If they want to know this stuff then read the verbose instructions. Or just try to run brew, it'll complain.
This commit is contained in:
parent
f56e96dfff
commit
9662e546ed
29
README.md
29
README.md
@ -1,25 +1,22 @@
|
|||||||
Homebrew
|
Homebrew
|
||||||
========
|
========
|
||||||
Homebrew is the easiest and most flexible way to install the UNIX tools Apple
|
[Homebrew][homepage] is the easiest and most flexible way to install the UNIX
|
||||||
didn't include with OS X.
|
tools Apple didn't include with OS X.
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
|
||||||
------------
|
|
||||||
Almost all formula require OS X 10.5 or above and an Intel processor.
|
|
||||||
|
|
||||||
|
|
||||||
Quick Install
|
Quick Install
|
||||||
-------------
|
-------------
|
||||||
Install [Xcode][] and then run this script: <http://gist.github.com/323731>
|
[Install Xcode][xcode] and then run this script: <http://gist.github.com/323731>
|
||||||
|
|
||||||
If you want to install Homebrew somewhere other than `/usr/local` see the
|
|
||||||
[installation instructions][install].
|
|
||||||
|
|
||||||
|
|
||||||
Look dude, I know what I'm doing!
|
Umm… I thought I could install it anywhere?
|
||||||
---------------------------------
|
-------------------------------------------
|
||||||
Alright then… as long as you're sure:
|
[Detailed installation instructions][install].
|
||||||
|
|
||||||
|
|
||||||
|
Look dude, just give me a three-liner!
|
||||||
|
--------------------------------------
|
||||||
|
Alright then… as long as you know what you are doing:
|
||||||
|
|
||||||
cd /usr/local
|
cd /usr/local
|
||||||
sudo chown -R $USER .
|
sudo chown -R $USER .
|
||||||
@ -33,7 +30,7 @@ There's an overview on the [homepage][].
|
|||||||
|
|
||||||
The Wiki
|
The Wiki
|
||||||
--------
|
--------
|
||||||
The [wiki][] can answer your remaining questions.
|
Everything else is in the [wiki][].
|
||||||
|
|
||||||
|
|
||||||
Who Are You?
|
Who Are You?
|
||||||
@ -43,6 +40,6 @@ I'm [Max Howell][mxcl] and I'm a splendid chap.
|
|||||||
|
|
||||||
[wiki]:http://wiki.github.com/mxcl/homebrew
|
[wiki]:http://wiki.github.com/mxcl/homebrew
|
||||||
[install]:http://wiki.github.com/mxcl/homebrew/installation
|
[install]:http://wiki.github.com/mxcl/homebrew/installation
|
||||||
[Xcode]:http://developer.apple.com/technology/xcode.html
|
[xcode]:http://developer.apple.com/technology/xcode.html
|
||||||
[mxcl]:http://twitter.com/mxcl
|
[mxcl]:http://twitter.com/mxcl
|
||||||
[homepage]:http://mxcl.github.com/homebrew
|
[homepage]:http://mxcl.github.com/homebrew
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user