From c0d906309b8818986306e525da15862180bb5d94 Mon Sep 17 00:00:00 2001 From: SevaSk <50382291+SevaSk@users.noreply.github.com> Date: Sun, 21 May 2023 01:50:47 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8f297..7dbbd9c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage ``` Once Chocolatey is installed, you can install FFmpeg by running the following command in your PowerShell: ``` -choco install ffmpeg +choco install ffmpeg-full ``` Please ensure that you run these commands in a PowerShell window with administrator privileges. If you face any issues during the installation, you can visit the official Chocolatey and FFmpeg websites for troubleshooting.