feat: 添加安装后替换其他源的说明和示例代码

This commit is contained in:
neo 2025-06-15 11:22:16 +08:00
parent f249d45964
commit 9162da1fdf

View File

@ -5,3 +5,21 @@
脚本默认内置中科大镜像,如果需要换源,请使用小助手获取安装脚本:
<SourceGenerate first="true"></SourceGenerate>
## 安装后替换其他源
### Homebrew Services
最新版Homebrew已经不需要设置该内容。
```bash
brew tap --custom-remote --force-auto-update homebrew/services https://mirrors.ustc.edu.cn/homebrew-services.git
```
### Homebrew Bundle
最新版Homebrew已经不需要设置该内容。
```bash
brew tap --custom-remote --force-auto-update homebrew/bundle https://mirror.sjtu.edu.cn/git/homebrew-bundle.git/
```