Files
System/MacBook/Mac安装Brew工具.md
offends d12a206210
Some checks failed
continuous-integration/drone Build is failing
synchronization
2025-08-25 16:02:49 +08:00

13 lines
207 B
Markdown

> 本文作者:丁辉
# Mac安装Brew工具
[Homebrew官网](https://brew.sh/)
安装命令
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```