From 6953c333aa7ed69aaae266102003c55522fe8d10 Mon Sep 17 00:00:00 2001 From: Abzie Date: Thu, 2 Feb 2017 17:43:39 +0000 Subject: [PATCH] Tweaked linux install guide + minor fixes --- Installation.md | 54 ++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Installation.md b/Installation.md index f2ea789..8770432 100644 --- a/Installation.md +++ b/Installation.md @@ -4,7 +4,7 @@ Create a new folder called Radarr in your desired installation location `Default Location = C:\ProgramData\Radarr\Bin` -Place the contents of the .zip in the folder the folder. +Place the contents of the .zip in the folder `After extraction = C:\ProgramData\Radarr\Bin` @@ -16,15 +16,37 @@ Radarr should now be installed as a service and auto started, check it is runnin `Click the services Tab and find Radarr, Right click and choose "Start"` --- - +--- ### Debian/Ubuntu ### -Install requirements: +Install dependencies: apt update && apt install libmono-cil-dev curl mediainfo +Now proceed to **Set up Radarr** + +-- + +### Fedora ### + +Install dependencies: + + dnf install mono-core mono-devel mono-locale-extras curl mediainfo + +Now proceed to **Set up Radarr** + +-- + +### Arch Linux ### + +Available in AUR: +https://aur.archlinux.org/packages/radarr/ + +-- + +### Set up Radarr ### + Change to the install directory. In this case, /opt. cd /opt @@ -37,26 +59,4 @@ Extract the tar file. tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz --- - - -### Fedora ### - -Install requirements: - - dnf install mono-core mono-devel mono-locale-extras curl mediainfo - -Then follow the "Ubuntu/Debian instructions" and "Autostart systemd instructions" from there. - --- - - -### Arch Linux ### -Available in AUR: -https://aur.archlinux.org/packages/radarr/ - ---- - -### Autostart Radarr on Linux ### - -Follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro. \ No newline at end of file +To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro. \ No newline at end of file