change README install command to only install cmd/...

installing everything under the top level causes issues due to things under
vendor/ getting installed
This commit is contained in:
jaffee 2017-01-16 12:28:35 -06:00
parent 298a5d4d7d
commit 364868fa52

View file

@ -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: