Update README

这个提交包含在:
2022-01-14 11:48:04 -05:00
父节点 521b186a52
当前提交 c5c3aef612

查看文件

@@ -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