Skip to content

Commit

Permalink
Update installation.md to add winget command (#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
leotsarev committed Jan 21, 2024
1 parent 9fe4558 commit b89837a
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 b89837a

Please sign in to comment.