Browse Source
Merge pull request #517 from gsomix/patch-1
Add info about chocolatey package
index-subcmd
Vincent Prouillet
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
docs/content/documentation/getting-started/installation.md
|
@@ -23,6 +23,12 @@ Zola is available on [Scoop](http://scoop.sh): |
|
|
$ scoop install zola |
|
|
$ scoop install zola |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
And [Chocolatey](https://chocolatey.org/): |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
$ choco install gutenberg |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
## Arch Linux |
|
|
## Arch Linux |
|
|
|
|
|
|
|
|
Use your favourite AUR helper to install the `zola-bin` package. |
|
|
Use your favourite AUR helper to install the `zola-bin` package. |
|
|