From 3d912f75e6bc0b477a05e2216afd2552b0aec9ce Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Thu, 13 Jun 2024 01:40:34 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index afca9c9..0aa1bc3 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