From e834c7a149d03bda735dc5260bc189fccf95e79b Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:01:42 +0200 Subject: [PATCH] docs(installation): add instructions for openSUSE Leap and Tumbleweed (#2569) When installing `zola` from repositories, the bash, zsh and fish autocompletion packages are co-installed as recommended packages. Package details for all distributions: https://software.opensuse.org/package/zola?baseproject=ALL --- .../getting-started/installation.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 4e7808b0f5..89ead4e8f4 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -90,6 +90,26 @@ Zola is available in the official package repository. $ doas pkg_add zola ``` +### openSUSE + +#### openSUSE Tumbleweed + +Zola is [available](https://software.opensuse.org/package/zola?baseproject=ALL) in the official openSUSE Tumbleweed main OSS repository. + +```sh +$ sudo zypper install zola +``` + +#### openSUSE Leap + +Zola is [available](https://software.opensuse.org/package/zola?baseproject=ALL) in the official experimental _utilities_ repository. + +```sh +$ sudo zypper addrepo https://download.opensuse.org/repositories/utilities/15.6/utilities.repo +$ sudo zypper refresh +$ sudo zypper install zola +``` + ### pkgsrc Zola is available in the official package repository, with [pkgin](https://pkgin.net/).