From 5d65022ddbba059eeeebc58b873283ab4716d4c1 Mon Sep 17 00:00:00 2001 From: Dean Wampler Date: Tue, 24 Sep 2024 17:07:20 -0500 Subject: [PATCH] Update README.md with note about Large File Storage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b85cc72..b43992b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ This repo contains some of the presentations I've given over the years at conferences, user groups, etc. Not all of them are here yet. You can find all of them at [polyglotprogramming.com/talks](http://polyglotprogramming.com/talks "talks"). Unless otherwise noted, all content is covered by the Creative Commons License [CC-by-4.0](https://creativecommons.org/licenses/by/4.0/). + +Most of the files are Apple Keynote and PDF files, and they are larger than the 50MB limit GitHub prefers for files. So, this repository uses [Git Large File Storage](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage), which you should install before cloning this repo.