From fd1f6bf6ad8b1230575d32aab701659a33ea2ae4 Mon Sep 17 00:00:00 2001 From: KrzysztofAS Date: Thu, 23 Aug 2018 18:39:51 +0200 Subject: [PATCH] lidar -> lidarr --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index a9365b4..060fb29 100644 --- a/Installation.md +++ b/Installation.md @@ -33,8 +33,8 @@ useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr ``` 3. Change owner and permissions for lidarr application files: ``` bash -chown -R lidarr:lidarr {Lidar/app/Dir} -chmod -R a=,a+X,u+rw,g+r {Lidar/app/Dir} +chown -R lidarr:lidarr {path/to/lidarr/app/dir} +chmod -R a=,a+X,u+rw,g+r {path/to/lidarr/app/dir} ``` 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