Skip to content
Snippets Groups Projects
Commit 3473a095 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Update README.md

parent f7b36659
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment