Merge pull request #162 from cfultz/patch-1

Update README.md 'From Source' section
This commit is contained in:
Vincent Composieux 2023-01-28 10:45:56 +01:00 committed by GitHub
commit 70df0c594c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $ docker run \
Optionally, you can download and build it from the sources. You have to retrieve the project sources by using one of the following way:
```bash
$ go get -u github.com/eko/pihole-exporter
$ go install github.com/eko/pihole-exporter@latest
# or
$ git clone https://github.com/eko/pihole-exporter.git
```