diff --git a/doc/02-Installation.md b/doc/02-Installation.md
index fcd91cb84d..c94fc17c12 100644
--- a/doc/02-Installation.md
+++ b/doc/02-Installation.md
@@ -154,6 +154,15 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
```
+
+### Fedora Repository
+
+```bash
+rpm --import https://packages.icinga.com/icinga.key
+dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-release; echo "$VERSION_ID")/release
+```
+
+
### SLES Repository
@@ -264,6 +273,15 @@ yum install icingaweb2 icingacli
```
+
+
+#### Fedora
+
+```bash
+dnf install icingaweb2 icingacli
+```
+
+
#### SLES
diff --git a/doc/02-Installation.md.d/03-Fedora.md b/doc/02-Installation.md.d/03-Fedora.md
new file mode 100644
index 0000000000..1f12276b50
--- /dev/null
+++ b/doc/02-Installation.md.d/03-Fedora.md
@@ -0,0 +1,2 @@
+
+
diff --git a/doc/02-Installation.md.d/03-CentOS.md b/doc/02-Installation.md.d/04-CentOS.md
similarity index 100%
rename from doc/02-Installation.md.d/03-CentOS.md
rename to doc/02-Installation.md.d/04-CentOS.md
diff --git a/doc/02-Installation.md.d/04-RHEL.md b/doc/02-Installation.md.d/05-RHEL.md
similarity index 100%
rename from doc/02-Installation.md.d/04-RHEL.md
rename to doc/02-Installation.md.d/05-RHEL.md
diff --git a/doc/02-Installation.md.d/05-SLES.md b/doc/02-Installation.md.d/06-SLES.md
similarity index 100%
rename from doc/02-Installation.md.d/05-SLES.md
rename to doc/02-Installation.md.d/06-SLES.md
diff --git a/doc/02-Installation.md.d/06-Amazon-Linux.md b/doc/02-Installation.md.d/07-Amazon-Linux.md
similarity index 100%
rename from doc/02-Installation.md.d/06-Amazon-Linux.md
rename to doc/02-Installation.md.d/07-Amazon-Linux.md
diff --git a/doc/02-Installation.md.d/07-From-Source.md b/doc/02-Installation.md.d/08-From-Source.md
similarity index 100%
rename from doc/02-Installation.md.d/07-From-Source.md
rename to doc/02-Installation.md.d/08-From-Source.md