mirror of
https://github.com/SevaSk/ecoute.git
synced 2024-12-20 13:13:10 +00:00
Update README.md
This commit is contained in:
parent
367acd2440
commit
ff0d7c4767
@ -26,6 +26,7 @@ First, you need to install Chocolatey, a package manager for Windows. Open your
|
|||||||
```
|
```
|
||||||
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
||||||
```
|
```
|
||||||
|
Once Chocolatey is installed, you can install FFmpeg by running the following command in your PowerShell:
|
||||||
```
|
```
|
||||||
choco install ffmpeg
|
choco install ffmpeg
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user