diff --git a/index.html b/index.html index a2c7fcad7c74..8c6f04f63f8c 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

Homebrew

  • Install Homebrew

    -
    ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
    +
    ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"

    Paste that at a Terminal prompt.

    The script explains what it will do and then pauses before it does it. There are more installation options here.