diff --git a/Docs/Install.md b/Docs/Install.md index 1e8cc2a..1bc7c88 100644 --- a/Docs/Install.md +++ b/Docs/Install.md @@ -86,3 +86,11 @@ Import-Module PeterDocs ``` The summary details on PeterDocs should be displayed. + +## Uninstall + +To uninstall ``PeterDocs``, execute the following PowerShell command + +```powershell + UnInstall-Module -Name PeterDocs +```