Update README.md

This commit is contained in:
Ben 2019-02-12 11:06:50 -06:00 committed by GitHub
parent f875370d08
commit 594ef0332e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,9 +78,10 @@ screen -r ysf2dmr
ARGUMENTS="XLX### <YOUR IP> <IP OF AMBED>" #Use 127.0.0.1 if ambed is on the same computer as XLXD
EX: ARGUMENTS="XLX111 192.168.0.2 127.0.0.1"
```
Then update systemd to read the updated init file:
Then update systemd to read the updated init file and restart xlxd:
```sh
systemctl daemon-reload
systemctl restart xlxd
```
--------------------