diff --git a/README.md b/README.md index 886aabf5..dac2276c 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,11 @@ To create a new Proxmox Home Assistant Container, run the following in the Proxm ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/ha_container.sh)" ``` +To create a new Proxmox Unprivileged Home Assistant Container, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/unprivileged-homeassistant.sh)" +```