You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,9 @@ journalctl -u wsddn
354
354
355
355
### OpenSUSE
356
356
357
-
Pre-built OpenSUSE packages for Tumbleweed are available via [Fedora Copr](https://copr.fedorainfracloud.org/coprs/gershnik/wsddn/). Supported architectures are `x86_64` and `aarch64`.
357
+
Pre-built OpenSUSE packages for Tumbleweed are available via [Fedora Copr](https://copr.fedorainfracloud.org/coprs/gershnik/wsddn/).
358
+
359
+
Architectures supported: `x86_64` and`aarch64`
358
360
359
361
<details>
360
362
@@ -418,7 +420,9 @@ journalctl -u wsddn
418
420
419
421
Source package is available on [AUR][aur] at https://aur.archlinux.org/packages/wsdd-native
420
422
421
-
Pre-built packages are available in a custom `pacman` repository. Only `x86_64` architecture is supported.
423
+
Pre-built packages are available in a custom `pacman` repository.
424
+
425
+
Architectures supported: `x86_64` and`aarch64`
422
426
423
427
<details>
424
428
@@ -435,7 +439,7 @@ To set up the repository:
435
439
2. Add the repository configuration to `/etc/pacman.conf`
436
440
```ini
437
441
[gershnik]
438
-
Server = https://www.gershnik.com/arch-repo/x86_64
0 commit comments