Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Dec 6, 2024
1 parent ea78dad commit 21d76ec
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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"
```

0 comments on commit 21d76ec

Please sign in to comment.