From 42dd3d2f457d4dc223b2e5b5f57134fccdaf7b7b Mon Sep 17 00:00:00 2001 From: Pedro Malta Date: Sun, 24 Oct 2021 07:32:57 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use HTTPS link for the cloning because it's easier to use on a Raspberry Pi for example, most people would not have set up SSL keys Fix ´´´jslisten.cfg´´´ path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a74a165..388bb41 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ After searching the internet, I found nothing really interesting. Kodi addon wil ``` cd /tmp -git clone git@github.com:workinghard/jslisten.git +git clone https://github.com/workinghard/jslisten.git cd jslisten echo "Building jslisten binary" @@ -44,7 +44,7 @@ sudo mkdir -p /opt/bin sudo cp bin/jslisten /opt/bin/jslisten echo "Copying default config; you will need to modify this file for your use case." -cp /etc/jslisten.cfg ~/.jslisten +cp etc/jslisten.cfg ~/.jslisten echo "Adding jslisten support at boot" sudo cp utils/jslisten.service /etc/systemd/system