From c23e5ffbd6949977ac7af63d919135a1e94d74d8 Mon Sep 17 00:00:00 2001 From: gitouche Date: Sun, 8 Jan 2023 15:30:19 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b166333..b78b1e4 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,18 @@ Forké de https://github.com/SebastienReuiller/teleinfo-linky-with-raspberry * Ajout d'un fichier de configuration externe * Ajout d'un délai optionnel entre la transmission de deux trames +## Installation +``` +cd /opt +git clone https://git.garbaye.fr/gitouche/teleinfo-linky-with-raspberry.git +``` ## Configuration Créer et modifier le fichier de configuration : ``` cp settings-example.py settings.py vi settings.py ``` -Ajuster et installer l'unit systemd à vos besoins (chemin vers le script à minima) : +Ajuster et installer l'unit systemd si besoin : ``` vi teleinfo.service cp teleinfo.service /usr/lib/systemd/system/teleinfo.service