mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +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
298a5d4d7d
commit
364868fa52
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