From ef3f40bc9c21c7ab1157f331441ed64aec153e28 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Thu, 3 Nov 2016 16:47:17 +0300 Subject: [PATCH] typo --- README-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dev.md b/README-dev.md index b42356ff6..9b8e9b06a 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=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: