knutsen.co

Knutsen Homepage Source - knutsen.co
git clone git://git.knutsen.co/knutsen.co
Log | Files | Refs | README | LICENSE

commit b67d8d1d9fa93c2770f7dd1e2459c556d18444d1
parent 7d73a0a0480aaa4b7968b5ec0364b9d271fcc69b
Author: Demonstrandum <samuel@knutsen.co>
Date:   Mon,  8 Jul 2024 14:58:53 +0100

Add notice about LFS in README.

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -11,3 +11,14 @@ After that, it's just to run the Makefile: $ make clean $ make ``` + +### Git LFS + +If sourced from somewhere other than GitHub, remember to configure the repository +to use GitHub's LFS. + +``` +$ git config lfs.url https://github.com/Demonstrandum/knutsen.co.git/info/lfs +``` + +This must be done in any repository, whether uploading or downloading files over LFS.