Skip to content

Commit

Permalink
docs(fix): add note about powershell environment
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
  • Loading branch information
davidsneighbour committed Sep 26, 2024
1 parent b1f6a28 commit c1530b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c1530b7

Please sign in to comment.