diff --git a/README.md b/README.md index d2b2363..1a4429d 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,13 @@ set HUGO_ENV=production hugo ``` +Or in Powershell: + +``` +$ENV:HUGO_ENV = 'production' +``` + + ## Contributing If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) to let me know.