From 714b4f6195b5429222254d1804dfe898a1a7d4b8 Mon Sep 17 00:00:00 2001 From: FrodoVDR Date: Mon, 11 Mar 2019 13:03:55 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5650d54..d3e3a2d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ In the sample folder you will find examples of the head or tail configuration wh Next step clone this git: cd /usr/local + git clone "this git" On the server at home: @@ -40,14 +41,18 @@ Next install the systemd services: At home: -ln /usr/local/UdpPipe/systemd/udppipe-server.service /etc/systemd/system/udppipe-server.service +ln /usr/local/UdpPipe/systemd/udppipe-server.service /etc/systemd/system/udppipe-server.service + systemctl enable udppipe-server.service + systemctl start udppipe-server.service On the Internet: ln /usr/local/UdpPipe/systemd/udppipe-client.service /etc/systemd/system/udppipe-client.service + systemctl enable udppipe-client.service + systemctl start udppipe-client.service You can find more information at