Update README.md

This commit is contained in:
SevaSk 2023-05-21 01:50:47 -04:00 committed by GitHub
parent ff0d7c4767
commit c0d906309b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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. 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.