From 5a6bb3bac7a334907b1fdc6a3d9cfa3d110a2490 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 26 Jan 2022 11:51:37 +0100 Subject: [PATCH] remove spaces --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 96d29474..614535f7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -33,7 +33,7 @@ Single Channel Setup - change user and group in service file (for example to **www-data**) - activate service: `sudo systemctl enable ffplayout_engine` - edit **/etc/ffplayout/ffplayout.yml** -- when playlists are exists, run service: `sudo systemctl start ffplayout_engine` +- when playlists are exists, run service: `sudo systemctl start ffplayout_engine` Multi Channel Setup ----- @@ -48,7 +48,7 @@ Multi Channel Setup - edit **/etc/ffplayout/ffplayout-00*.yml** - when you want to use the web frontend, create only the first channel and the other ones in the frontend - activate service: `sudo systemctl enable ffplayout_engine-multichannel` -- when playlists are exists, run service: `sudo systemctl start ffplayout_engine-multichannel` +- when playlists are exists, run service: `sudo systemctl start ffplayout_engine-multichannel` Using it Without Installation -----