From e955971e16bb339bdd7360791356c24bd623d868 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 21 Apr 2022 14:22:41 +0100 Subject: [PATCH] Fix more README formatting issues --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4a59a0..1bc1223 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ The bridge application is currently supported on Windows, macOS and Linux.
Daemon configuration (systemd) -1. Create `fx_cast` user: +1. Create a new `fx_cast` user: ```sh $ sudo useradd --system fx_cast ``` -2. Create service file in `/etc/systemd/fx_cast.service`: +2. Create a service file in `/etc/systemd/fx_cast.service`: ``` [Unit] Description=fx_cast daemon @@ -48,7 +48,7 @@ WantedBy=multi-user.target ``` 3. Enable the service: ```sh -$ sudo systemctl enable --now fx_cast` +$ sudo systemctl enable --now fx_cast ```