Updated Windows instructions in README.md (#276)
This commit is contained in:
parent
2d6a91d48a
commit
8a27cda7f0
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue