Add scoop install for windows (#48)

Adding scoop install to setup for windows for ffmpeg
This commit is contained in:
Micheal Taylor
2022-09-22 20:37:57 -06:00
committed by GitHub
parent e90b8fa7e8
commit c0607e8d22

View File

@@ -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
```