Add instructions for running the site-configurator

This commit is contained in:
2023-03-07 19:11:19 -05:00
parent 97a5d4ebbd
commit 9310a8642d

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