Skip to content

Commit 28f0267

Browse files
necaticanMatthew Sweeney
authored andcommitted
Fixed chocolatey installation command. (#1253)
According to https://gohugo.io/getting-started/installing/#chocolatey-windows the installation command should be "choco install hugo -confirm"
1 parent 21ba302 commit 28f0267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/guides/deploying-hugo-with-now.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For macOS users, you can install Hugo via [Brew](https://brew.sh):
3232

3333
For Windows users, you can install Hugo via [Chocolatey](https://chocolatey.org/):
3434

35-
<Snippet dark text="choco install hugo-confirm" />
35+
<Snippet dark text="choco install hugo -confirm" />
3636
<Caption>Installing <GenericLink href="https://gohugo.io/getting-started/installing/">Hugo CLI</GenericLink> via <GenericLink href="https://chocolatey.org/">Chocolatey</GenericLink>.</Caption>
3737

3838
Next, run the following command to create a Hugo project via the CLI:

0 commit comments

Comments
 (0)