From 3d74b320577118198cdd6d8a1a447c1c973a9363 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 13 Aug 2020 16:27:20 +0300 Subject: [PATCH] Change references for the fixed version to vitalif/hsbench --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ```