diff options
-rw-r--r-- | commands/hugo_windows.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/hugo_windows.go b/commands/hugo_windows.go index e1fd98132..169c6288f 100644 --- a/commands/hugo_windows.go +++ b/commands/hugo_windows.go @@ -25,9 +25,9 @@ func init() { // This message to show to Windows users if Hugo is opened from explorer.exe cobra.MousetrapHelpText = ` - Hugo is a command-line tool for generating static website. + Hugo is a command-line tool for generating static websites. + + You need to open PowerShell and run Hugo from there. - You need to open cmd.exe and run Hugo from there. - Visit https://gohugo.io/ for more information.` } |