From 7aa5f685506db2053fd44b35336faf125ddccc5a Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Tue, 18 Jul 2017 11:33:25 -0700 Subject: [PATCH] add make generate-statik to docs --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 6f1795106..220e86e16 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ```