Merge 3d912f75e6bc0b477a05e2216afd2552b0aec9ce into 517a43ecd132a2089d85f4ebc044728a71d49f6e

This commit is contained in:
Rishi Raj Jain 2025-01-06 14:10:41 +01:00 committed by GitHub
commit d302de5654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,9 @@ It also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be ins
# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg
# on Ubuntu or Debian with cleanup (e.g., for Docker images)
apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
# on Arch Linux
sudo pacman -S ffmpeg