From 360756a14928f9425ff4bed75ce14c52f63b2590 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Wed, 5 Jun 2013 21:08:17 +0100 Subject: Fixing stupid markdown semantics --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f410fd7..5177cda 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,13 @@ Installation 1. Add the following lines to your Pi's /etc/modules > w1-gpio + > w1-therm 2. Reboot, or run: > sudo modprobe w1-gpio + > sudo modprobe w1-therm 3. Set the correct settings in the config.yml file @@ -22,5 +24,7 @@ Running The software runs like an initscript. Once started, it daemonises and returns you to a terminal. > ruby temp.rb start + > ruby temp.rb restart + > ruby temp.rb stop -- cgit v1.2.1