From 46a09520b6cc91294cb8d3c5e57b34099e130575 Mon Sep 17 00:00:00 2001 From: Tom Peltonen Date: Wed, 1 Sep 2021 21:02:03 +1000 Subject: [PATCH] Adding uninstall instructions --- Docs/Install.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```