From d54ba9ab9f5c9916a851a8d9d6bd5d75ba6f502d Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 15 Apr 2018 18:54:50 -0700 Subject: [PATCH] suggestions from KA2Y --- MMDVM.README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MMDVM.README b/MMDVM.README index 01e06ae..c1baccf 100644 --- a/MMDVM.README +++ b/MMDVM.README @@ -64,12 +64,12 @@ your start. On a Raspberry Pi, you can do all of this with the configureation me 14) Install and start the three QnetGateway services: sudo make install - Now it's time to go back to the MMDVMHost... + Now it's time to start the MMDVMHost service. You'll do this from the + QnetGateway directory you are aleady in... 15) Start the MMDVM service: sudo make installmmdvm This command will fail if it can't find both MMDVMHost and MMDVM.qn - in the ../MMDVMHost directory. The systemd launch script for MMDVMHost - has a 30 second delay built in. + in the ../MMDVMHost directory. You should be up and running now! Congratulations!