Skip to content

Commit c94ba6a

Browse files
LeoniePhilineiamorphen
authored andcommitted
docs(installation): add instructions for openSUSE Leap and Tumbleweed (getzola#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
1 parent 38a833b commit c94ba6a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/content/documentation/getting-started/installation.md

+20
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@ Zola is available in the official package repository.
9090
$ doas pkg_add zola
9191
```
9292

93+
### openSUSE
94+
95+
#### openSUSE Tumbleweed
96+
97+
Zola is [available](https://software.opensuse.org/package/zola?baseproject=ALL) in the official openSUSE Tumbleweed main OSS repository.
98+
99+
```sh
100+
$ sudo zypper install zola
101+
```
102+
103+
#### openSUSE Leap
104+
105+
Zola is [available](https://software.opensuse.org/package/zola?baseproject=ALL) in the official experimental _utilities_ repository.
106+
107+
```sh
108+
$ sudo zypper addrepo https://download.opensuse.org/repositories/utilities/15.6/utilities.repo
109+
$ sudo zypper refresh
110+
$ sudo zypper install zola
111+
```
112+
93113
### pkgsrc
94114

95115
Zola is available in the official package repository, with [pkgin](https://pkgin.net/).

0 commit comments

Comments
 (0)