From a3e0aad92961d231b9a242a516e876e0008f1a46 Mon Sep 17 00:00:00 2001 From: Drew Brown Date: Sun, 7 Jul 2024 05:43:37 -0600 Subject: [PATCH] Update README with note about environment variables in Powershell --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.