From a15b060242effec3ad2cc2b7c6cbd380ebeeec26 Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 30 Oct 2024 23:06:43 +0100 Subject: [PATCH] Fixed doc --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7914599e..115ddc3c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -172,9 +172,9 @@ journalctl -u lms.service ``` To connect to _LMS_, just open your favorite browser and go to `http://localhost:5082` # First launch -At the first launch, a setup assistant will guide you through creating the administrator account (username and password). Once this information is saved, you can refresh the page to access the LMS login screen. +At the first launch, a setup assistant will guide you through creating the administrator account (username and password). Once this information is saved, you can refresh the page to access the _LMS_ login screen. __Note__: If you are using `PAM` or `http-header` authentication, this setup assistant will not appear (see [Authentication backends](#authentication-backends)). Once logged in as an administrator, you will need to define your libraries—that is, select the music folders you want to scan. Then, check that the scan settings meet your needs (scan frequency, tag delimiters, etc.). -You can now initiate the initial scan to import your music into LMS. \ No newline at end of file +You can now initiate the initial scan to import your music into _LMS_. \ No newline at end of file