diff --git a/README.md b/README.md
index fcb1c75435fb395a2f61e17f156b842c7acd6446..116141d12ca87dcf4f54c6698a9cdcba7c9a6d4e 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