Adding uninstall instructions
parent
3906144a1c
commit
46a09520b6
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue