diff --git a/README.md b/README.md index 061d78d..c087502 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,15 @@ To leverage this tool, the following prerequisites apply: The easiest way to install hsbench is to use go's built in github support: ``` -go get github.com/markhpc/hsbench +go get github.com/vitalif/hsbench ``` -Then in the hsbench src directory run 'go build': +Then just use `~/go/bin/hsbench`. + +If you want to patch and rebuild it, run `go build` or `go install` in the hsbench src directory: ``` -$ pwd -/home/perf/go/src/github.com/markhpc/hsbench +$ cd ~/go/src/github.com/vitalif/hsbench $ go build ```