diff --git a/README.md b/README.md
index 54b6e9c..bdc8447 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,18 @@ Instead you must escape **every** special character (notice the `%` escape too)
If `-ListPath` is set to **GPO** the Black/White List can be managed from within the GPO itself under **Application GPO Blacklist**/**Application GPO Whitelist**. Thanks to [Weatherlights](https://github.com/Weatherlights) in [#256 (reply in thread)](https://github.com/Romanitho/Winget-AutoUpdate/discussions/256#discussioncomment-4710599)!
+### Use winget to install WAU
+The following command will install WAU through winget itself in the newest version available.
+
+```
+winget install Romanitho.Winget-AutoUpdate
+```
+
+You can use [Winget-Install](https://github.com/Romanitho/Winget-Install) to deploy the package for example in Intune:
+```
+"%systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe" -noprofile -executionpolicy bypass -file winget-install.ps1 -AppIDs "Romanitho.Winget-AutoUpdate --scope machine --override \"/qn RUN_WAU=YES USERCONTEXT=1 STARTMENUSHORTCUT=1 NOTIFICATIONLEVEL=SuccessOnly UPDATESINTERVAL=Daily""
+```
+
**MODSPATH**
Get Mods from external Path (**URL/UNC/Local/AzureBlob**) - download/copy to `mods` in Winget-AutoUpdate installation location if external mods are newer.
For **URL**: This requires a site directory with **Directory Listing Enabled** and no index page overriding the listing of files (or an index page with href listing of all the **Mods** to be downloaded):
diff --git a/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt b/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt
index 585f87b..9d672ba 100644
--- a/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt
+++ b/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt
@@ -7,3 +7,4 @@ Microsoft.Teams*
Mozilla.Firefox*
Opera.Opera*
TeamViewer.TeamViewer*
+Romanitho.Winget-AutoUpdate
\ No newline at end of file