Update README with note about environment variables in Powershell

This commit is contained in:
Drew Brown 2024-07-07 05:43:37 -06:00 committed by GitHub
parent 33fbda0e9d
commit a3e0aad929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,6 +373,13 @@ set HUGO_ENV=production
hugo hugo
``` ```
Or in Powershell:
```
$ENV:HUGO_ENV = 'production'
```
## Contributing ## 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. 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.