From c0607e8d222b04886bfea12346dacdf04af4ea13 Mon Sep 17 00:00:00 2001 From: Micheal Taylor Date: Thu, 22 Sep 2022 20:37:57 -0600 Subject: [PATCH] Add scoop install for windows (#48) Adding scoop install to setup for windows for ffmpeg --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1beaf359f..8c2c554a0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ brew install ffmpeg # on Windows using Chocolatey (https://chocolatey.org/) choco install ffmpeg + +# on Windows using Scoop (https://scoop.sh/) +scoop install ffmpeg ```