From 1c05fe60497d0117b2a49c53a88bda6ef97bc665 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 16 Sep 2019 19:53:45 +0200 Subject: [PATCH] Updated README --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b0248096..d3912165 100644 --- a/README.md +++ b/README.md @@ -60,21 +60,16 @@ wget -O - https://debian.poupon.io/apt/debian/epoupon.gpg.key | apt-key add - echo "deb https://debian.poupon.io/apt/debian buster main" > /etc/apt/sources.list.d/epoupon.list ``` -To install _LMS_: +To install or upgrade _LMS_: ```sh -apt-get update -apt-get install lms +apt update +apt install lms ``` -To upgrade _LMS_: -```sh -apt-get update -apt-get install lms -``` +The _lms_ service is started just after the package installation, run by a dedicated _lms_ system user.
+Please refer to [Deployment](#deployment) for further configuration options. -By default, the _lms_ service is started just after the package installation. You may want to refer to [Deployment](#deployment) for further configuration options. - -### From Sources +### From source __Note__: this installation process and the default values of the configuration files have been written for _Debian Buster_. Therefore, you may have to adapt commands and/or paths in order to fit to your distribution. #### Build dependencies @@ -140,7 +135,7 @@ systemctl enable lms #### Upgrade -To upgrade `LMS` from sources, you need to update the master branch and rebuild/install it: +To upgrade _LMS_ from sources, you need to update the master branch and rebuild/install it: ```sh cd build git pull