diff --git a/README.md b/README.md
index 7fd384c1..d62b5279 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,26 @@
Select a Proxmox Helper Below
+
+
+
+
+
+Proxmox VE 7 Post Install
+
+ Proxmox VE 7 Post Install
+
+This script will Disable the Enterprise Repo, Add & Enable the No-Subscription Repo, Add & Disable Test Repo (repo's can be enabled/disabled via the UI in Repositories)
+and attempt the *No-Nag* fix.
+
+Run the following in the Proxmox Web Shell. ⚠️ *_PVE7 ONLY_*
+
+```
+bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/post_install.sh)"
+```
+
+It's recommended to update Proxmox after running this script, before adding any VM/CT.
+
+
+
@@ -470,24 +492,26 @@ After the script completes, If you're dissatisfied with the default settings, cl
-
-Proxmox VE 7 Post Install
+Pi-hole LXC
- Proxmox VE 7 Post Install
+ Pi-hole LXC
-This script will Disable the Enterprise Repo, Add & Enable the No-Subscription Repo, Add & Disable Test Repo (repo's can be enabled/disabled via the UI in Repositories)
-and attempt the *No-Nag* fix.
+To create a new Proxmox Pi-hole LXC, run the following in the Proxmox web shell.
+
+```
+bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pihole_container.sh)"
+```
+:zap: Default Settings: 512MiB RAM - 2GB Storage - 1vCPU :zap:
-Run the following in the Proxmox Web Shell. ⚠️ *_PVE7 ONLY_*
+To set your password (Run in the pi-hole console)
```
-bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/post_install.sh)"
+pihole -a -p
```
-It's recommended to update Proxmox after running this script, before adding any VM/CT.
-
+