Update README.md 'From Source' section
Updated the README.md 'From Source' section to reflect the latest Go standard from 'go get' to 'go install' with the correct URL for this project.
This commit is contained in:
parent
3b7aaa0f23
commit
eb0ebf0ace
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
```bash
|
||||||
$ go get -u github.com/eko/pihole-exporter
|
$ go install github.com/eko/pihole-exporter@latest
|
||||||
# or
|
# or
|
||||||
$ git clone https://github.com/eko/pihole-exporter.git
|
$ git clone https://github.com/eko/pihole-exporter.git
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue