From 9310a8642d17fee4232c548e2249004a6edc492d Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 7 Mar 2023 19:11:19 -0500 Subject: [PATCH] Add instructions for running the site-configurator --- GETTING_STARTED.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 998e829..866340d 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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 +```