This commit is contained in:
Yuce Tekol 2016-11-03 16:45:52 +03:00
parent 64bad3f218
commit 9e3bfe9d5c

View file

@ -15,7 +15,7 @@ export GOPATH=$HOME/Work/pilosa/server
Update `$PATH` to get access to Pilosa command line tools:
```sh
export PATH=$PILOSA_HOME/bin:$PATH
export PATH=GOPATH/bin:$PATH
```
Create a directory (note that we use `github.com/umbel`, NOT `github.com/USER`) and clone your own Pilosa repo: