diff --git a/README.md b/README.md
index 8c1276cc..0f16ed59 100644
--- a/README.md
+++ b/README.md
@@ -229,6 +229,53 @@ Run in the LXC console
____________________________________________________________________________________________
+
+ Home Assistant Core LXC
+
+
+
+
Home Assistant Core LXC
+
+A standalone installation of Home Assistant Core
+
+To create a new Proxmox Home Assistant Core LXC, run the following in the Proxmox Shell.
+
+```yaml
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homeassistant-core-v4.sh)"
+```
+
+⚡ Default Settings: 1GB RAM - 8GB Storage - 2vCPU ⚡
+
+⚠️ Initialize Home Assistant-Core (Only required once)
+Run in the LXC console
+```yaml
+cd /srv/homeassistant && python3 -m venv . && source bin/activate && hass
+```
+
+***Home Assistant Interface - IP:8123***
+
+⚙️ **Edit the HA configuration.yaml**
+Run in the LXC console
+```yaml
+nano .homeassistant/configuration.yaml
+```
+Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”
+
+⚙️ **Install HACS:**
+Run in the LXC console
+```yaml
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/hacs-core.sh)"
+```
+After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
+
+⚙️ **Update Home Assistant**
+Run in the LXC console
+```yaml
+systemctl stop homeassistant.service && source /srv/homeassistant/bin/activate && pip3 install --upgrade homeassistant && systemctl start homeassistant.service && exit
+```
+____________________________________________________________________________________________
+
+
Podman Home Assistant Container LXC