Skip to content

Commit

Permalink
Update installation.md to add winget command (getzola#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
leotsarev authored and veluca93 committed May 14, 2024
1 parent 8d29381 commit c235d6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,13 @@ RUN ["zola", "build"]

## Windows

Zola is available on [Scoop](https://scoop.sh):
Zola could be installed using official Winget command:

```sh
$ winget install getzola.zola
```

Also it is available on [Scoop](https://scoop.sh):

```sh
$ scoop install zola
Expand Down

0 comments on commit c235d6b

Please sign in to comment.