diff --git a/Installation.md b/Installation.md index 5034ddc..1d676a2 100644 --- a/Installation.md +++ b/Installation.md @@ -28,7 +28,7 @@ Running Lidarr in a Docker container eases setup and reduces package installatio _Mono 5.8 or later is required._ -1. Download latest version and unpack to eg: `/opt` +1. Download latest version from https://github.com/lidarr/Lidarr/releases and unpack to eg: `/opt` 2. Create Lidarr user and group, eg: ``` bash useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr @@ -39,4 +39,4 @@ chown -R lidarr:lidarr /opt/Lidarr chmod -R a=,a+X,u+rw,g+r /opt/Lidarr ``` 4. Run lidarr as system service: [Autostart on Linux](https://github.com/lidarr/Lidarr/wiki/Autostart-on-Linux) -5. Lidarr should be available on port 8686, for example: http://localhost:8686 +5. Lidarr should be available on port 8686, for example: http://localhost:8686 \ No newline at end of file