From ede4e00ebe20da5171f44df721d57ea0145b3625 Mon Sep 17 00:00:00 2001 From: Mike Madeja Date: Tue, 17 Mar 2026 17:16:06 -0500 Subject: [PATCH] update readme for psgallery --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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