mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs/Installation: note curl usage on <=10.7.
Need to pass `--insecure` there for it to work.
This commit is contained in:
parent
c73e873893
commit
f18e4e3302
@ -19,6 +19,10 @@ it does it too. And you have to confirm everything it will do before it starts.
|
|||||||
|
|
||||||
## Alternative Installs
|
## 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
|
### Untar anywhere
|
||||||
Just extract (or `git clone`) Homebrew wherever you want. Just
|
Just extract (or `git clone`) Homebrew wherever you want. Just
|
||||||
avoid:
|
avoid:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user