Browse Source

Add scoop install for windows (#48)

Adding scoop install to setup for windows for ffmpeg
Micheal Taylor 2 years ago
parent
commit
c0607e8d22
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
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
 ```