From a05d9577b3e201be09d6fb1605fb07f9297c0448 Mon Sep 17 00:00:00 2001 From: Thilo Wening Date: Thu, 23 Jul 2026 16:50:59 +0200 Subject: [PATCH] add info about package installation in docs --- doc/02-Installation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 430fbe5..63601d8 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -1,5 +1,19 @@ # Installation +## Packages + +NETWAYS provides this module via [https://packages.netways.de](https://packages.netways.de/). + +To install this module, follow the setup instructions for the **extras** repository. + +**RHEL or compatible:** + +`dnf install icingaweb2-module-feeds` + +**Ubuntu/Debian:** + +`apt install icingaweb2-module-feeds` + ## From source 1. Clone the Icinga Web Feeds repository into `/usr/share/icingaweb2/modules/feeds`