Skip to content

Commit c989e87

Browse files
CopilotTheAngryByrd
andcommitted
Add Git LFS setup instructions to README files in Content/Library and Content/Console
Co-authored-by: TheAngryByrd <[email protected]>
1 parent 628586e commit c989e87

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Content/Console/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,23 @@ Make sure the following **requirements** are installed on your system:
2727

2828
- [dotnet SDK](https://www.microsoft.com/net/download/core) 3.0 or higher
2929
- [Mono](http://www.mono-project.com/) if you're on Linux or macOS.
30+
- [Git LFS](https://git-lfs.com/) for handling binary assets
3031

3132
or
3233

3334
- [VSCode Dev Container](https://code.visualstudio.com/docs/remote/containers)
3435

36+
#### Git LFS Setup
37+
38+
This project uses Git LFS to handle binary assets efficiently. After cloning the repository, initialize Git LFS:
39+
40+
```sh
41+
git lfs install
42+
git lfs pull
43+
```
44+
45+
The `.gitattributes` file is already configured to track binary files (images, documents, archives, etc.) with LFS automatically.
46+
3547

3648
---
3749

Content/Library/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,23 @@ MyLib.1 | [![NuGet Badge](https://buildstats.info/nuget/MyLib.1)](https://www.nu
2424
Make sure the following **requirements** are installed on your system:
2525

2626
- [dotnet SDK](https://www.microsoft.com/net/download/core) 6.0 or higher
27+
- [Git LFS](https://git-lfs.com/) for handling binary assets
2728

2829
or
2930

3031
- [VSCode Dev Container](https://code.visualstudio.com/docs/remote/containers)
3132

33+
#### Git LFS Setup
34+
35+
This project uses Git LFS to handle binary assets efficiently. After cloning the repository, initialize Git LFS:
36+
37+
```sh
38+
git lfs install
39+
git lfs pull
40+
```
41+
42+
The `.gitattributes` file is already configured to track binary files (images, documents, archives, etc.) with LFS automatically.
43+
3244

3345
---
3446

0 commit comments

Comments
 (0)