From f875370d08129628f050d1c0856638cbb3ccec62 Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Fri, 21 Dec 2018 01:18:50 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bba9022..b625dab 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ screen -r ysf2dmr ``` ### Linking to AMBED for transcoding: - Once you have AMBED installed and its up and running, simply edit the /etc/init.d file. + 1. Install AMBED: https://github.com/n5amd/ambed-debian-installer + 2. Edit the /etc/init.d file for xlxd. ```sh nano or vi /etc/init.d/xlxd ``` @@ -77,9 +78,9 @@ screen -r ysf2dmr ARGUMENTS="XLX### " #Use 127.0.0.1 if ambed is on the same computer as XLXD EX: ARGUMENTS="XLX111 192.168.0.2 127.0.0.1" ``` - Then update rc.d to read the updated init file: + Then update systemd to read the updated init file: ```sh - update-rc.d xlxd defaults + systemctl daemon-reload ``` --------------------