Skip to content

Commit 06a2925

Browse files
committed
Update CONTRIBUTING.md with Git LFS instructions
1 parent 5c73eba commit 06a2925

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,28 @@ This project is transitioning to a semi-managed model. The maintainer welcomes c
5151
- Visual Studio 2022 with C# and C++ desktop development workloads
5252
- Windows SDK for desktop
5353
- .NET 6.0, 8.0, and 9.0 SDKs
54+
- **Git LFS** (for handling large FFmpeg binary files)
55+
56+
### Git LFS Setup
57+
58+
This repository uses Git LFS (Large File Storage) for managing large FFmpeg binary files.
59+
60+
**Install Git LFS:**
61+
62+
```bash
63+
# On Windows (using Chocolatey)
64+
choco install git-lfs
65+
66+
# Or download from https://git-lfs.github.com/
67+
```
68+
69+
**Initialize Git LFS in your repository:**
70+
71+
```bash
72+
git lfs install
73+
```
74+
75+
After cloning the repository, Git LFS will automatically download the tracked binary files.
5476

5577
### Building
5678

0 commit comments

Comments
 (0)