Adding uninstall instructions

pull/1/head
Tom Peltonen 2021-09-01 21:02:03 +10:00
parent 3906144a1c
commit 46a09520b6
1 changed files with 8 additions and 0 deletions

View File

@ -86,3 +86,11 @@ Import-Module PeterDocs
``` ```
The summary details on PeterDocs should be displayed. The summary details on PeterDocs should be displayed.
## Uninstall
To uninstall ``PeterDocs``, execute the following PowerShell command
```powershell
UnInstall-Module -Name PeterDocs
```