From 3473a0958415ea968927450e1bfa6e60544e07b3 Mon Sep 17 00:00:00 2001 From: Zandor Smith <info@zsinfo.nl> Date: Wed, 3 Jan 2018 18:31:56 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb1c75..116141d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,12 @@ Then reboot the Raspberry Pi. Make sure that PHP is installed on the Raspberry Pi. -Then add the files from this project to `/home/pi/sensor` and add the following crontab using `sudo crontab -e`. +Then clone the files from this project to `/home/pi/sensor` using the following command; +``` +git clone http://git.zsinfo.nl/CHMonitor/DS18B20 /home/pi/sensor +``` +and add the following crontab using `sudo crontab -e`. ``` @reboot php /home/pi/sensor/updateSensor.php ``` \ No newline at end of file -- GitLab