Skip to content

Commit

Permalink
docs(installation): add instructions for openSUSE Leap and Tumbleweed (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
LeoniePhiline committed Jul 13, 2024
1 parent 9c01b8f commit e834c7a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit e834c7a

Please sign in to comment.