From 8657ea6704b6458ea81761fe90c9a5c155197a6a Mon Sep 17 00:00:00 2001 From: Iben Rodriguez Date: Wed, 17 May 2017 06:42:59 -0700 Subject: [PATCH] removing duplicate wget instructions in README file removing duplicate wget instructions in README file lines 73-79 were duplicated at 80-81 --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 7f5ed8b..bea10b2 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,6 @@ java -jar ha-bridge-4.5.0.jar ### Automation on Linux systems To have this configured and running automatically there are a few resources to use. One is using Docker and a docker container has been built for this and can be gotten here: https://github.com/aptalca/docker-ha-bridge -Create the directory and make sure that ha-bridge-4.5.0.jar is in your /home/pi/habridge directory. -``` -pi@raspberrypi:~ $ mkdir habridge -pi@raspberrypi:~ $ cd habridge - -pi@raspberrypi:~/habridge $ wget https://github.com/bwssytems/ha-bridge/releases/download/v4.5.0/ha-bridge-4.5.0.jar -``` Create the directory and make sure that ha-bridge-4.5.0.jar is in your /home/pi/habridge directory. ``` pi@raspberrypi:~ $ mkdir habridge