# Homebrew-bottles Mirror
# Introduction
Bottle (opens new window) is Homebrew binary pre-compiled package. If a bottle is available and usable it will be downloaded and poured automatically when you brew install
.
# Temporary Use
If you want to use the mirrors temporarily, you can just run the following line in your terminal, else you can change the environment variables.
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.sustech.edu.cn/homebrew-bottles/bottles
# Write Environment Variables
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.sustech.edu.cn/homebrew-bottles/bottles' >> ~/.bash_profile
source ~/.bash_profile