From f32ec234cf0830e37fb9ec355ca4e988fd08683f Mon Sep 17 00:00:00 2001 From: mountainbug95 Date: Tue, 28 Apr 2020 11:43:10 -0500 Subject: [PATCH] Add alternative method for running prod to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 583d199..71bb4ae 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,12 @@ To run in production (e.g. to have Google Analytics show up), run `HUGO_ENV=prod HUGO_ENV=production hugo ``` +Note: The above command will not work on Windows. If you are running a Windows OS, use the below command: + +``` +hugo --environment production +``` + ## Contributing If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.