Update README.md

This commit is contained in:
FrodoVDR 2019-03-11 13:03:55 +01:00 committed by GitHub
parent 7fc43a6193
commit 714b4f6195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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