From 06e419f975d54f2df69e36f1c25239514b34321f Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 29 Nov 2021 10:23:23 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9abad0b7..ff4e3fac 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,15 @@ Check the status of homeassistant service (run from the LXC console) ``` systemctl status homeassistant ``` -[Install HACS](https://github.com/tteck/Proxmox/blob/main/Podman_HACS.md) + + **To install HACS:** + +Run the following from the Home Assistant Container LXC console +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/podman_hacs.sh)" +``` +After install, reboot Home Assistant and **clear browser cache** then Add HACS integration. + ____________________________________________________________________________________________