Add instructions for running the site-configurator

This commit is contained in:
Roan Horning 2023-03-07 19:11:19 -05:00
parent 97a5d4ebbd
commit 9310a8642d
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -185,3 +185,17 @@ external site is archive.org. To use this site add:
media_baseurl: https://archive.org/download/hpr$eps_id/
```
# Run the site-generator
Run the site generator form the hpr_generator directory:
```
./site-generator --all
```
This will generate all the files for the website. For more examples and to see
all available options run:
```
./site-generator --help
```