mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Updated Installation (markdown)
parent
cfe75f8d66
commit
eda9368586
1 changed files with 3 additions and 3 deletions
|
@ -34,11 +34,11 @@ Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manual
|
|||
|
||||
### Manually Install Radarr ###
|
||||
|
||||
Download and extract the latest [release](https://github.com/Radarr/Radarr/releases) from github.
|
||||
Download and extract the latest [release](https://github.com/Radarr/Radarr/releases) from github, changing the url below to match.
|
||||
|
||||
cd /opt
|
||||
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.99/Radarr.develop.0.2.0.99.linux.tar.gz
|
||||
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
||||
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.XXX/Radarr.develop.0.2.0.XXX.linux.tar.gz
|
||||
tar -xvzf Radarr.develop.*.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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue