Update installation.md to add winget command (#2413)

This commit is contained in:
Leonid Tsarev 2024-01-21 19:50:43 +03:00 committed by GitHub
parent 9fe455892e
commit b89837a2cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,7 +194,13 @@ RUN ["zola", "build"]
## Windows ## 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 ```sh
$ scoop install zola $ scoop install zola