Update README
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# installJRMC
|
# 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
|
## Executing
|
||||||
|
|
||||||
@@ -12,9 +12,8 @@ Running `installJRMC` without any options will install the latest version of JRi
|
|||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
You can always find the latest supported options by running `installJRMC --help`.
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
$ installJRMC --help
|
||||||
--install, -i repo|local
|
--install, -i repo|local
|
||||||
repo: Install MC from repository, future updates will be handled by the system package manager
|
repo: Install MC from repository, future updates will be handled by the system package manager
|
||||||
local: Build and install MC package locally
|
local: Build and install MC package locally
|
||||||
@@ -56,7 +55,7 @@ You can always find the latest supported options by running `installJRMC --help`
|
|||||||
|
|
||||||
### services
|
### 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
|
```text
|
||||||
jriver-mediaserver
|
jriver-mediaserver
|
||||||
|
|||||||
Reference in New Issue
Block a user