diff options
| author | Mike McQuaid | 2017-09-14 19:58:37 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-09-14 19:58:37 +0100 | 
| commit | 03ace9b1104f1ddc2adc75a68531167d7e3ea7e0 (patch) | |
| tree | cd0fc6300d05860f927aefe9106c78ee024b4480 /docs | |
| parent | ef6068870472496f7b6c2766f2197e5c81d393b5 (diff) | |
| download | brew-03ace9b1104f1ddc2adc75a68531167d7e3ea7e0.tar.bz2 | |
Require more HTTP mirrors for old OS X versions.
This allows the bootstrap of `curl` and `git` on versions of Mac OS X
that cannot reliably download from HTTPS servers any longer. Once these
are both installed users are able to update Homebrew and download files
securely.
Also, as we're doing this, don't point 10.5 users to Tigerbrew as they
are already given caveats for using Homebrew itself.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Installation.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Installation.md b/docs/Installation.md index e36ed3efa..9f091d2e5 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -47,7 +47,7 @@ PowerPC and Tiger branches from other users in the fork network. See  [Interesting Taps and Forks](Interesting-Taps-and-Forks.md).  <a name="2"><sup>2</sup></a> 10.10 or higher is recommended. 10.5–10.9 are -supported on a best-effort basis. For 10.4 and 10.5, see +supported on a best-effort basis. For 10.4 see  [Tigerbrew](https://github.com/mistydemeo/tigerbrew).  <a name="3"><sup>3</sup></a> Most formulae require a compiler. A handful | 
