From 69b8cb6d72ed565be1ad8c26f6a5d32f8b6ab71d Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 1 Dec 2017 18:34:06 -0500 Subject: [PATCH] update build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b54df4c..be3fa5d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Supports Redis 2.x and 3.x Locally build and run it: ``` - $ go get + $ git clone https://github.com/oliver006/redis_exporter.git + $ cd redis_exporter $ go build $ ./redis_exporter ```