Updated Installation (markdown)

master
marshalleq 5 years ago
parent eea0ba2d6a
commit 1a63b57554

@ -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
Loading…
Cancel
Save