From 673df6c529d8290db5bc1dd2eab5a4410f22fe1d Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:40:41 +0300 Subject: [PATCH] Streamline contributing docs --- Contributing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 8fb5ff1..8b84212 100644 --- a/Contributing.md +++ b/Contributing.md @@ -6,5 +6,11 @@ - Windows, Linux, or macOS machine - Latest [.NET SDK](https://dotnet.microsoft.com/download) -- Latest [PowerShell (`pwsh`)](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) +- (Recommended) Latest [PowerShell (`pwsh`)](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) - (Recommended) .NET IDE such as Visual Studio or JetBrains Rider + +### Bootstrapping FFmpeg + +When working on the project locally, you can either use a global instance of FFmpeg (i.e. found on the system's `PATH`) or a local instance (found in the project directory). +To use a local instance, place the corresponding `ffmpeg` (or `ffmpeg.exe`) file inside the `YoutubeDownloader/` project directory. +You can also automatically download FFmpeg for your current platform by running the `DownloadFFmpeg.ps1` PowerShell script.