Merge pull request #13884 from kidonng/patch-1

This commit is contained in:
Mike McQuaid 2022-09-18 16:03:06 +01:00 committed by GitHub
commit 54f2f84e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Homebrews 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