From de3086bbcd38d66fc87a9ea44044d7e19c792224 Mon Sep 17 00:00:00 2001 From: aouvrard Date: Sun, 24 Jun 2018 23:24:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 268a207..2edf5df 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,8 @@ pi@raspberrypi:~ $ crontab -e ``` ```bash @reboot sh /home/pi/autoplay.sh & +# France Inter tout les matins a 8h +00 08 * * * mpc play 1 +# Sing-Sing le soir à 19h +10 19 * * * mpc play 2 ```