Merge pull request #13884 from kidonng/patch-1
This commit is contained in:
commit
54f2f84e90
@ -25,6 +25,17 @@ export HOMEBREW_CORE_GIT_REMOTE="..." # put your Git mirror of Homebrew/homebre
|
|||||||
|
|
||||||
The default Git remote will be used if the corresponding environment variable is unset.
|
The default Git remote will be used if the corresponding environment variable is unset.
|
||||||
|
|
||||||
|
## Skip Tap Cloning (beta)
|
||||||
|
|
||||||
|
You can instruct Homebrew to skip cloning the Homebrew/homebrew-core tap during installation by setting the beta `HOMEBREW_INSTALL_FROM_API` environment variable with the following:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export HOMEBREW_INSTALL_FROM_API=1
|
||||||
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
|
```
|
||||||
|
|
||||||
|
This will make Homebrew install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew’s API instead of local checkouts of these repositories.
|
||||||
|
|
||||||
## Alternative Installs
|
## Alternative Installs
|
||||||
|
|
||||||
### Linux or Windows 10 Subsystem for Linux
|
### Linux or Windows 10 Subsystem for Linux
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user