summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2013-06-05 21:08:17 +0100
committerNathan Lasseter <nathan@4574.co.uk>2013-06-05 21:08:17 +0100
commit360756a14928f9425ff4bed75ce14c52f63b2590 (patch)
tree0b4ee1ac74cdf6240afe2d2ab763e585b65a085a
parentb64d5c1ddf48906b924ace4190d5fd5153901b7d (diff)
Fixing stupid markdown semantics
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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