diff --git a/README.md b/README.md index a07c85bd..7c31d4e4 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,14 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi $ hugo server --buildDrafts ``` -8. Update the Paige module: +8. Build the site for production: + + ```sh + $ cd yoursite + $ hugo --environment production --minify + ``` + +9. Update the Paige module: ```sh $ cd yoursite