From c1530b7c0db44fea3c65b0e4a0393cf83de81d19 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Thu, 26 Sep 2024 10:06:08 +0700 Subject: [PATCH] docs(fix): add note about powershell environment Signed-off-by: Patrick Kollitsch --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.