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