Skip to content

Commit

Permalink
README: Fix $PATH reference to $GOPATH
Browse files Browse the repository at this point in the history
Change-Id: Id3b0e6a4fa819f5b33913458308625f6a8441eeb
  • Loading branch information
koenw committed Mar 6, 2015
1 parent fbf7fc7 commit fdfe444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ If trying to use `:GoDef`, `:GoInfo` and get a `command not found`, check that
Before opening vim, check your current `$PATH`:

echo $PATH
after opening vim, run `:echo $PATH`, the output must be your current `$PATH` + `$PATH/bin` (the location where `:GoInstallBinaries` installed the binaries

after opening vim, run `:echo $PATH`, the output must be your current `$PATH` + `$GOPATH/bin` (the location where `:GoInstallBinaries` installed the binaries

If problem persists and you are using maybe 'csh' or other shell, try adding this to your .vimrc:

Expand Down

0 comments on commit fdfe444

Please sign in to comment.