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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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