docs: add ffmpeg installation method for macOS (#212)

This commit is contained in:
Vincent Young 2024-03-08 05:49:05 -05:00 committed by GitHub
parent 753c5e003d
commit c26e3989a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,17 @@ apt update
apt install ffmpeg
```
对于Mac系统访问 https://evermeet.cx/ffmpeg/ 安装FFmpeg。
macOS 执行
**如果已经安装 Homebrew 请跳过这一步**
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
```bash
brew install ffmpeg
```
4.运行程序