From 8a27cda7f0e30f8a8ea7d42672cf1030a7519706 Mon Sep 17 00:00:00 2001 From: Eric St-Georges Date: Wed, 20 May 2020 08:52:55 -0400 Subject: [PATCH] Updated Windows instructions in README.md (#276) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bb4ae..50e31d4 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,8 @@ 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 +set HUGO_ENV=production +hugo ``` ## Contributing