File tree 1 file changed +20
-0
lines changed
docs/content/documentation/getting-started
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,26 @@ Zola is available in the official package repository.
90
90
$ doas pkg_add zola
91
91
```
92
92
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
+
93
113
### pkgsrc
94
114
95
115
Zola is available in the official package repository, with [ pkgin] ( https://pkgin.net/ ) .
You can’t perform that action at this time.
0 commit comments