From 195cd33ed9fe038c08abcdbb276b073caea842e5 Mon Sep 17 00:00:00 2001 From: Zandor Smith <info@zsinfo.nl> Date: Wed, 3 Jan 2018 18:32:13 +0000 Subject: [PATCH] Fix git command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 116141d..4b661c0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Make sure that PHP is installed on the Raspberry Pi. 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 +git clone http://git.zsinfo.nl/CHMonitor/DS18B20.git /home/pi/sensor ``` and add the following crontab using `sudo crontab -e`. -- GitLab