Updated Windows instructions in README.md (#276)

This commit is contained in:
Eric St-Georges 2020-05-20 08:52:55 -04:00 committed by GitHub
parent 2d6a91d48a
commit 8a27cda7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:
```
hugo --environment production
set HUGO_ENV=production
hugo
```
## Contributing