diff --git a/README.md b/README.md
index 2f381a86..4de88c19 100644
--- a/README.md
+++ b/README.md
@@ -1661,22 +1661,20 @@ ________________________________________________________________________________
Vaultwarden LXC
+Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream [Bitwarden clients](https://bitwarden.com/download/), perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
+
To create a new Proxmox Vaultwarden LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/vaultwarden-v3.sh)"
```
⚠️ Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect.
-
-⚠️ If you find the Vaultwarden Interface unreachable, `nano /etc/vaultwarden.env` and uncomment `ROCKET_ADDRESS=0.0.0.0` and reboot
-It builds from source, which takes time and resources. After the installation, resources can be set to Normal Settings.
+The script builds from source, which takes time and resources. After the build, the script will automatically set resources to Normal Settings.
Expect 30+ minute install time.
-⚡ Normal Settings: 512Mib RAM - 8GB Storage - 1vCPU ⚡
+⚡ Normal Settings: 512Mib RAM - 6GB Storage - 1vCPU ⚡
-[Clients](https://bitwarden.com/download/)
-
**Vaultwarden Interface - IP:8000**
⚙️ **To Update Vaultwarden**