docs(fix): add note about powershell environment
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
b1f6a2834f
commit
c1530b7c0d
|
@ -371,6 +371,13 @@ set HUGO_ENV=production
|
|||
hugo
|
||||
```
|
||||
|
||||
Or in Powershell:
|
||||
|
||||
```
|
||||
$ENV:HUGO_ENV = 'production'
|
||||
hugo
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) to let me know.
|
||||
|
|
Loading…
Reference in a new issue