diff --git a/README.md b/README.md index fcaa813..8243e44 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,17 @@ 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"``` +```cd /usr/local``` + +```git clone "this git" ``` On the server at home: -cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc +```cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc``` On the client on the internet: -cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc +```cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc``` Change the ini files to the setting you need. @@ -40,19 +41,19 @@ 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 enable udppipe-server.service``` -systemctl start 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 +```ln /usr/local/UdpPipe/systemd/udppipe-client.service /etc/systemd/system/udppipe-client.service ``` -systemctl enable udppipe-client.service +```systemctl enable udppipe-client.service``` -systemctl start udppipe-client.service +```systemctl start udppipe-client.service``` You can find more information at - c't 6/2018, S. 152: