Pārlūkot izejas kodu

Add scoop install for windows (#48)

Adding scoop install to setup for windows for ffmpeg
Micheal Taylor 2 gadi atpakaļ
vecāks
revīzija
c0607e8d22
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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
 ```