mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Edited README
This commit is contained in:
parent
6f1ca66ef3
commit
179f67fc17
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
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
|
Then you need to build the site
|
||||||
```bash
|
```bash
|
||||||
cd website
|
cd website
|
||||||
|
|
Loading…
Reference in a new issue