This commit is contained in:
Yuce Tekol 2016-11-03 16:45:52 +03:00
parent 2cb7b491d2
commit 7eb6d691ed

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: