From 68b1905eece32eed3b7a97319eaee3253df03b5c Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Fri, 16 Dec 2016 20:47:35 -0800 Subject: [PATCH] Further clarify installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd267ef..4722b22 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A node.js module to control [Home Assistant](https://home-assistant.io/) entitie ## Install + git clone https://git.ethitter.com/open-source/flic-button-home-assistant-controller.git + cd flic-button-home-assistant-controller git submodule update --init --recursive npm install -- GitLab