diff --git a/Installation.md b/Installation.md index 1d676a2..f87c8ab 100644 --- a/Installation.md +++ b/Installation.md @@ -28,7 +28,16 @@ Running Lidarr in a Docker container eases setup and reduces package installatio _Mono 5.8 or later is required._ -1. Download latest version from https://github.com/lidarr/Lidarr/releases and unpack to eg: `/opt` +1. cd /opt + +2. sudo wget https://github.com/lidarr/Lidarr/releases/download/v0.5.0.583/Lidarr.develop.0.5.0.583.linux.tar.gz + +Download latest version here https://github.com/lidarr/Lidarr/releases + +3.sudo tar -xzvf Lidarr.develop.0.5.0.583.linux.tar.gz ### <---edit name same as latest version! + +4. To run in shell + 2. Create Lidarr user and group, eg: ``` bash useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr