From de1544624c6c0d00c71a83c435357141ff3acaa0 Mon Sep 17 00:00:00 2001 From: JRK Date: Sun, 18 Feb 2024 23:02:15 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b06258..299dd30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Reclame +# Obscreen ## About Use a RaspberryPi to show a full-screen Slideshow (Kiosk-mode) @@ -8,9 +8,9 @@ Use a RaspberryPi to show a full-screen Slideshow (Kiosk-mode) sudo apt-get update && sudo apt-get dist-upgrade sudo apt-get install -y git chromium-browser unclutter -git clone https://github.com/jr-k/reclame.git -cd reclame && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json -./reclame.py +git clone https://github.com/jr-k/obscreen.git +cd obscreen && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json +./obscreen.py ``` ## Installation - step by step @@ -31,23 +31,23 @@ sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get install -y git chromium-browser unclutter -git clone https://github.com/jr-k/reclame.git -cd reclame && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json +git clone https://github.com/jr-k/obscreen.git +cd obscreen && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json ``` ## Run ### Cli mode ```bash -./reclame.py +./obscreen.py ``` ### Forever with systemctl ```bash -sudo cp system/reclame.service /etc/systemd/system/reclame.service +sudo cp system/obscreen.service /etc/systemd/system/obscreen.service sudo systemctl daemon-reload -sudo systemctl enable reclame.service -sudo systemctl start reclame.service +sudo systemctl enable obscreen.service +sudo systemctl start obscreen.service ``` ## Prepare your Slideshow