diff --git a/README-dev.md b/README-dev.md index 0f8871a74..b42356ff6 100644 --- a/README-dev.md +++ b/README-dev.md @@ -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: