Updated Windows instructions in README.md

This commit is contained in:
Eric St-Georges 2020-05-19 21:38:55 -04:00
parent 2d6a91d48a
commit 35cda5c8e5

View File

@ -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: 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 ## Contributing