first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-13 18:02:03 +08:00
commit 5d949baa8a
29 changed files with 904 additions and 0 deletions

View File

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