From 35cda5c8e594b2b082b554d1136685c71417f9f6 Mon Sep 17 00:00:00 2001 From: Eric St-Georges Date: Tue, 19 May 2020 21:38:55 -0400 Subject: [PATCH] Updated Windows instructions in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bb4ae07..50e31d4eb 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