From c5c3aef612d41aede9a2bb53f6aa4dbe54b1734f Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 14 Jan 2022 11:48:04 -0500 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34fdab2..1840b21 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # installJRMC -This program will install [JRiver Media Center](https://www.jriver.com/) (JRMC) and associated helper services on most major Linux distros. +This program will install [JRiver Media Center](https://www.jriver.com/) (JRMC) and associated services on most major Linux distros. ## Executing @@ -12,9 +12,8 @@ Running `installJRMC` without any options will install the latest version of JRi ## Options -You can always find the latest supported options by running `installJRMC --help`. - ```text +$ installJRMC --help --install, -i repo|local repo: Install MC from repository, future updates will be handled by the system package manager local: Build and install MC package locally @@ -56,7 +55,7 @@ You can always find the latest supported options by running `installJRMC --help` ### services -MC helper services are installed as system-level services (`--service-type=system`) by default and manipulatable by the root user: `sudo systemctl stop jriver-servicename@username.service`. It is also possible to create user-level services using `--service-type=user` that can be manipulated by the current unprivileged user: `systemctl --user stop jriver-mediacenter`. +MC helper services are installed as system-level services (`--service-type=system`) by default and manipulable by the root user: `sudo systemctl stop jriver-servicename@username.service`. It is also possible to create user-level services using `--service-type=user` that can be manipulated by the current unprivileged user: `systemctl --user stop jriver-mediacenter`. ```text jriver-mediaserver