From 179f67fc1711c5956d17260e72b97de4e11dc6a7 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Thu, 5 Sep 2024 21:40:02 -0700 Subject: [PATCH] Edited README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c5e666d..7d871ef 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ git clone --recurse-submodules https://github.com/Brandon-Rozek/website ``` If you don't include `--recurse-submodules` then the theme won't load rendering the site unusable. +This repository uses Git-LFS to store some of the static assets. The git clone process should handle this portion for you, but in case it does not here are the commands to pull the static files manually. +```bash +git lfs fetch +git lfs checkout +``` + Then you need to build the site ```bash cd website