diff options
| author | Mike McQuaid | 2013-07-23 18:50:58 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2013-07-23 18:50:58 -0700 | 
| commit | 6305d2dbb88ee17edfe7b841b9267bf1bbba0f0a (patch) | |
| tree | f353c35e85fa4349a45ada97f6c7a0795a89dd41 /index.html | |
| parent | 09878cedc7c67cd022c886fedeade5663f527c29 (diff) | |
| download | homebrew-6305d2dbb88ee17edfe7b841b9267bf1bbba0f0a.tar.bz2 | |
Redirect to brew.sh.gh-pages
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 36 | 
1 files changed, 11 insertions, 25 deletions
| diff --git a/index.html b/index.html index d8df604c4..65943f8b8 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,11 @@ ---- -layout: index -lang: en -title: Homebrew — MacPorts driving you to drink? Try Homebrew! -subtitle: The missing package manager for OS X - -pagecontent: -  what: Homebrew installs <a href="https://github.com/mxcl/homebrew/tree/master/Library/Formula" title="List of Homebrew packages">the stuff you need</a> that Apple didn’t. -  how: Homebrew installs packages to their own directory and then symlinks their files into <code>/usr/local</code>. -  prefix: Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like. -  createpackages: Trivially create your own Homebrew packages. -  hack: It's all git and ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates. -  formula: "Homebrew formula are simple Ruby scripts:" -  complement: Homebrew complements OS X. Install your gems with <code>gem</code>, and their dependencies with <code>brew</code>. -  install: -    install: Install Homebrew -    paste: Paste that at a Terminal prompt. -    what: The script explains what it will do and then pauses before it does it. There are more installation options <a href='https://github.com/mxcl/homebrew/wiki/Installation'>here</a> (needed on 10.5). -  doc: -    further: Further Documentation -    wiki: Homebrew Wiki -  foot: -    code: Original code by <a href="http://methylblue.com/">Max Howell</a>. -    page: Website by <a href="http://exomel.com">Rémi Prévost</a>. ---- +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="refresh" content="0;url=http://brew.sh" /> +</head> +<body> +	<h1>Redirecting</h1> +	<p>This page has moved to <a href="http://brew.sh">http://brew.sh</a>. Attempting to automatically redirect you.</p> +</div> +</body> +</html> | 
