summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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