From caa53d608d0632f982c7bd6669d8c7bbb3de86ca Mon Sep 17 00:00:00 2001 From: Kim - DG9VH Date: Fri, 6 Nov 2020 23:39:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8128e92..c2e80d1 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Actually known: * ansi2html: `sudo pip3 install ansi2html` ### Installation steps -* clone this repository to your home-directory +* clone this repository to your home-directory with `git clone --recurse-submodules -j8 https://github.com/dg9vh/MMDVMHost-Websocketboard` to clone the repository with it's submodules * create directory with `sudo mkdir /opt/MMDVMDash` * change ownership to your user for example with `sudo chown -R pi /opt/MMDVMDash` * copy all files from repository into this folder * modify *logtailer.ini* to fit your needs -* modify */js/config.js* to fit your needs +* modify */js/config.js* to fit your needs, here you can switch on/off tabs showing or enable debug for getting some output in javascript console * copy files in */opt/MMDVMDash/systemd* to */etc/systemd/system* or similar corresponding to your system * modify both scripts to fit your needs * enable services with following commmands, this results in starting both automatically after reboot: