Skip to content

Commit

Permalink
Merge pull request #163 from oliver006/oh_build_instructions
Browse files Browse the repository at this point in the history
fix build instructions
  • Loading branch information
oliver006 authored May 28, 2018
2 parents 5643633 + be98501 commit 5b7e31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Supports Redis 2.x and 3.x
Locally build and run it:

```
$ git clone https://github.com/oliver006/redis_exporter.git
$ cd redis_exporter
$ go get github.com/oliver006/redis_exporter
$ cd $GOPATH/src/github.com/oliver006/redis_exporter
$ go build
$ ./redis_exporter <flags>
```
Expand Down

0 comments on commit 5b7e31b

Please sign in to comment.