Skip to content

Commit 9a7ad00

Browse files
authored
Merge pull request #65 from mikemadeja/develop
develop --> main
2 parents 29ac7dc + f7f95dd commit 9a7ad00

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ A PowerShell module for PiHole v6 API.
33

44
## Installation
55

6-
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
7-
8-
To import this module, you can do ```Import-Module .\PiHoleShell.psm1``` in the directory of PiHoleShell
9-
10-
To remove the module, you can do ```Remove-Module PiHoleShell```
6+
It is recommended to install this from https://www.powershellgallery.com/packages/PiHoleShell
117

128
## Contributions
139

@@ -28,13 +24,11 @@ Copy your password, then click Enable new app password.
2824
<img src="docs\images\configure_app_password.png" alt="drawing" width="450"/>
2925

3026
```
31-
PS CD D:\PiHoleShell
27+
PS Install-Module -Name PiHoleShell
3228
33-
PS Import-Module .\PiHoleShell.psm1
34-
35-
PS D:\PiHoleShell> Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"
29+
PS Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"
3630
3731
Blocking Timer
3832
-------- -----
3933
enabled 0
40-
```
34+
```

0 commit comments

Comments
 (0)