mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
add make generate-statik to docs
This commit is contained in:
parent
07a0e12fd6
commit
7aa5f68550
1 changed files with 2 additions and 1 deletions
|
|
@ -140,9 +140,10 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
|
|||
go get -d github.com/pilosa/pilosa
|
||||
```
|
||||
|
||||
3. Build the Pilosa repo:
|
||||
3. Build the Pilosa repo (the `make generate-statik` line isn't necessary but builds a nice web console into Pilosa):
|
||||
```
|
||||
cd $GOPATH/src/github.com/pilosa/pilosa
|
||||
make generate-statik
|
||||
make install
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue