mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
typo
This commit is contained in:
parent
7eb6d691ed
commit
fcac1da562
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue