From 755639cd5b8e4bfd3ee858ea9969dcb2dfb229c9 Mon Sep 17 00:00:00 2001 From: SA7BNT <35367117+SA7BNT@users.noreply.github.com> Date: Tue, 3 Nov 2020 23:47:09 +0100 Subject: [PATCH] Update README.md Change start command from enable to start --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8167d9..8128e92 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Actually known: * `sudo systemctl enable http.server.service` * `sudo systemctl enable logtailer.service` * start services with following commmands: - * `sudo systemctl enable http.server.service` - * `sudo systemctl enable logtailer.service` + * `sudo systemctl start http.server.service` + * `sudo systemctl start logtailer.service` Finally you should be able to get the new Dashboard calling the hostname of your hotspot and port 8000 (default) in your broser @@ -34,4 +34,4 @@ Finally you should be able to get the new Dashboard calling the hostname of your *logtailer.py* is based on the work of http://shzhangji.com/blog/2017/07/15/log-tailer-with-websocket-and-python/ ## Screenshots -![Screenshot of MMDVMDash Websocketboard](img/Screenshot.png "Screenshot of MMDVMDash Websocketboard") \ No newline at end of file +![Screenshot of MMDVMDash Websocketboard](img/Screenshot.png "Screenshot of MMDVMDash Websocketboard")