From eb0ebf0ace74039d33846c38922437b9970a0997 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Wed, 25 Jan 2023 09:39:03 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 648b8fe..1a35807 100644 --- a/README.md +++ b/README.md @@ -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 ```