diff --git a/README.md b/README.md index f409bba..61cda33 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,13 @@ set HUGO_ENV=production hugo ``` +Or in Powershell: + +``` +$ENV:HUGO_ENV = 'production' +hugo +``` + ## 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.