diff --git a/README.md b/README.md index af78427..037fae4 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ A PowerShell module for PiHole v6 API. ## Installation -It is recommended to pull this down as a git and pull down updates from main as this is activly developed before it becomes released - -To import this module, you can do ```Import-Module .\PiHoleShell.psm1``` in the directory of PiHoleShell - -To remove the module, you can do ```Remove-Module PiHoleShell``` +It is recommended to install this from https://www.powershellgallery.com/packages/PiHoleShell ## Contributions @@ -28,13 +24,11 @@ Copy your password, then click Enable new app password. drawing ``` -PS CD D:\PiHoleShell +PS Install-Module -Name PiHoleShell -PS Import-Module .\PiHoleShell.psm1 - -PS D:\PiHoleShell> Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD" +PS Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD" Blocking Timer -------- ----- enabled 0 -``` +``` \ No newline at end of file