This commit is contained in:
Yuce Tekol 2016-11-03 16:47:17 +03:00
parent 9e3bfe9d5c
commit ef3f40bc9c

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=GOPATH/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: