add make generate-statik to docs

This commit is contained in:
Matt Jaffee 2017-07-18 11:33:25 -07:00
parent 07a0e12fd6
commit 7aa5f68550

View file

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