Minor spelling fixes

This commit is contained in:
emeric
2018-08-28 13:57:56 +02:00
parent 25413fb5c9
commit 01bc71856b
+3 -4
View File
@@ -38,11 +38,10 @@ make
```sh ```sh
make install make install
``` ```
This command requires root privileges This command requires root privileges.
## Configuration ## Configuration
LMS uses a configuration file, installed in '/etc/lms.conf' LMS uses a configuration file, installed in '/etc/lms.conf'. It is recommended to edit this file and change the relevant settings (working directory, listen port, etc.)
It is recommended to edit this file and change the relevant settings (working directory, listen port, etc.)
All other settings are set using the web interface. All other settings are set using the web interface.
@@ -81,7 +80,7 @@ server {
```sh ```sh
lms [config_file] lms [config_file]
``` ```
Logs are output in the working directory, in the file 'lms.log' Logs are output in the working directory, in the file 'lms.log'.
To connect to LMS, just open your favorite browser and go to http://localhost:5082 To connect to LMS, just open your favorite browser and go to http://localhost:5082