From 364868fa52720d2e8997592ef16723dc87a4d656 Mon Sep 17 00:00:00 2001 From: jaffee Date: Mon, 16 Jan 2017 12:28:35 -0600 Subject: [PATCH] change README install command to only install cmd/... installing everything under the top level causes issues due to things under vendor/ getting installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7827922..3617c8678 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ go get github.com/pilosa/pilosa Now you can install the `pilosa` binary: ```sh -$ go install github.com/pilosa/pilosa/... +$ go install github.com/pilosa/pilosa/cmd/... ``` Now run `pilosa` with the default configuration: