소스 검색

Add scoop install for windows (#48)

Adding scoop install to setup for windows for ffmpeg
Micheal Taylor 2 년 전
부모
커밋
c0607e8d22
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
 ```