diff --git a/README.md b/README.md index 4ca5159..6376dc2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,20 @@ export PIHOLE_AUTH="auth token" ``` Install the program: + ```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 ```