From 5485428c81fa390e212eea0bcd646815a71112da Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi Date: Mon, 26 Sep 2022 15:54:47 +0530 Subject: [PATCH] arch linux ffmpeg install (#93) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df953dc92..47c352160 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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 Arch Linux +sudo pacman -S ffmpeg + # on MacOS using Homebrew (https://brew.sh/) brew install ffmpeg