mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
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:
parent
c3cdf94207
commit
ab15f383a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue