Update README.md

This commit is contained in:
workinghard
2016-07-30 12:06:31 -07:00
committed by GitHub
parent 3f7a633742
commit 577e7efaa3

View File

@@ -30,8 +30,10 @@ After searching the internet, I found nothing really interesting. Kodi addon wil
Following example for Raspbian. Should work for many other distributions almost the same way.
* Use the precompiled binary in bin/ or run "# make" to create the binary
* Place the binary to "/opt/bin" (if you change the folder, please update your init script)
* Copy the init script "utils/jslisten-init" to "/etc/init.d/jslisten"
* Execute "# update-rc.d jslisten defaults" to make the daemon run on startup
* Copy the service script "utils/jslisten.service" to "/etc/systemd/system"
* Update the systemd daemon: "# systemctl daemon-reload"
* Start the daemon "# systemctl start jslisten.service"
* Make it start at boot "# systemctl enable jslisten"
## Configuration