From 7e945d7c36ccd6aa16a72490627cf77df714cb4a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jul 2023 14:16:24 -0500 Subject: [PATCH] readme updates --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f1eab..5bf3c6b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,11 @@ context: ## Running with Docker -Clone repo into `apps/room_control` of your appdaemon config folder. +Use this command from the appdaemon config directory to clone this repo as a submodule (recommended): + +``` +git submodule add -b main https://github.com/jsl12/room_control ./apps/room_control +``` ```shell ./appdaemon_config