Edited README

This commit is contained in:
Brandon Rozek 2024-09-05 21:40:02 -07:00
parent 6f1ca66ef3
commit 179f67fc17
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -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