From 32e87ffc93f73fc1884f40bb6c049a7f036865b7 Mon Sep 17 00:00:00 2001 From: NoobieNewb Date: Thu, 5 Dec 2019 21:16:34 -0500 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 4d9b3ea..51ea8c1 100644 --- a/Installation.md +++ b/Installation.md @@ -67,9 +67,10 @@ If you choose the option route, do check out [the parameters](https://nixos.org/ Download and extract the latest [release](https://github.com/Radarr/Radarr/releases) from github, changing the url below to match. - cd /opt curl -L -O $( curl -s https://api.github.com/repos/Radarr/Radarr/releases | grep linux.tar.gz | grep browser_download_url | head -1 | cut -d \" -f 4 ) tar -xvzf Radarr.develop.*.linux.tar.gz + mv Radarr /opt + To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.