Skip to content

Commit

Permalink
Merge pull request #4038 from MikeMcQuaid/insecure-installation
Browse files Browse the repository at this point in the history
docs/Installation: note curl usage on <=10.7.
  • Loading branch information
MikeMcQuaid committed Apr 8, 2018
2 parents 65651b3 + f18e4e3 commit e2e1d09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Installation.md
Expand Up @@ -19,6 +19,10 @@ it does it too. And you have to confirm everything it will do before it starts.

## Alternative Installs

### OS X Lion 10.7 and below

Using the instructions on https://brew.sh or below whenever you call `curl` you must pass `--insecure` as an argument. This is because your system `curl` is too old to speak to GitHub using HTTPS. Don't worry, on the first `brew update` Homebrew will install a newer, more secure `curl` for your machine.

### Untar anywhere
Just extract (or `git clone`) Homebrew wherever you want. Just
avoid:
Expand Down

0 comments on commit e2e1d09

Please sign in to comment.