diff --git a/README.md b/README.md index 696869c..af6965c 100644 --- a/README.md +++ b/README.md @@ -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