mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Installation (markdown)
parent
050ac4d912
commit
3bf3773158
1 changed files with 2 additions and 8 deletions
|
@ -30,18 +30,12 @@ Now proceed to **Set up Radarr**
|
||||||
|
|
||||||
pacaur -S radarr
|
pacaur -S radarr
|
||||||
|
|
||||||
### Set up Radarr ###
|
### Manually Install Radarr ###
|
||||||
|
|
||||||
Change to the install directory. In this case, /opt.
|
Download and extract the latest [release](https://github.com/Radarr/Radarr/releases) from github.
|
||||||
|
|
||||||
cd /opt
|
cd /opt
|
||||||
|
|
||||||
Get the latest tar link from https://github.com/Radarr/Radarr/releases and pull it to the install directory with wget.
|
|
||||||
|
|
||||||
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.99/Radarr.develop.0.2.0.99.linux.tar.gz
|
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.99/Radarr.develop.0.2.0.99.linux.tar.gz
|
||||||
|
|
||||||
Extract the tar file.
|
|
||||||
|
|
||||||
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
||||||
|
|
||||||
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
Loading…
Reference in a new issue