mirror of
https://codeberg.org/hyperreal/go-pihole-stats
synced 2024-11-01 16:53:09 +01:00
Update README.md
This commit is contained in:
parent
633ff4a047
commit
ecb923d9ec
16
README.md
16
README.md
@ -14,6 +14,20 @@ export PIHOLE_AUTH="auth token"
|
|||||||
```
|
```
|
||||||
|
|
||||||
Install the program:
|
Install the program:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get -v github.com/hyperreal64/go-pihole-stats
|
go get -v git.envs.net/hyperreal/go-pihole-stats
|
||||||
|
```
|
||||||
|
|
||||||
|
Ensure GOPATH is set and in PATH:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export GOPATH="${HOME}/go"
|
||||||
|
export PATH="${PATH}:${GOPATH}"
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the command to get Pihole stats:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go-pihole-stats
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user