From 21d76ecdddddbf6f6b295390bfbb072ad3d3673e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 6 Dec 2024 16:17:20 +0000 Subject: [PATCH] docs: update README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e45e5..0ec535e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # static.ubuntu-mate.org -Video assets 📼 + +- Video assets 📼 + +## Git setup + +After creating this repo [LFS was enabled](https://github.com/git-lfs/git-lfs?tab=readme-ov-file#example-usage) via: + +```shell +git lfs track "*.mp4" +git lfs track "*.webm" +git lfs track "*.webp" +git add .gitattributes +git commit -m "chore: track video files using LFS" +```