From b31c33f8a87f7918eed3a04600bac818f0ef6b9b Mon Sep 17 00:00:00 2001 From: rhcp011235 Date: Mon, 18 Jun 2018 16:24:10 -0400 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 849d7b3..dfadf2a 100644 --- a/Installation.md +++ b/Installation.md @@ -22,10 +22,14 @@ If you are on Ubuntu 16.04 or earlier, you should also update your mediainfo to ### Fedora / CentOS ### -Install dependencies: +Install dependencies (Fedora): dnf install mono-core mono-devel mono-locale-extras curl mediainfo +Install dependencies (Centos): + +yum install mono-core mono-devel mono-locale-extras curl mediainfo -y + Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manually-install-radarr). ### Arch Linux ###