Browse Source

Merge pull request #517 from gsomix/patch-1

Add info about chocolatey package
index-subcmd
Vincent Prouillet GitHub 5 years ago
parent
commit
39bcbd70d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/content/documentation/getting-started/installation.md

+ 6
- 0
docs/content/documentation/getting-started/installation.md View File

@@ -23,6 +23,12 @@ Zola is available on [Scoop](http://scoop.sh):
$ scoop install zola
```

And [Chocolatey](https://chocolatey.org/):

```bash
$ choco install gutenberg
```

## Arch Linux

Use your favourite AUR helper to install the `zola-bin` package.


Loading…
Cancel
Save