forked from External/grumble
Fixed Windows GOPATH line
Added missing % to Windows GOPATH instructions.
This commit is contained in:
parent
db74c1ab8e
commit
cc1933758e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Set up a GOPATH. On Unix, do something like this
|
||||||
|
|
||||||
and on Windows, do something like this (for cmd.exe):
|
and on Windows, do something like this (for cmd.exe):
|
||||||
|
|
||||||
c:\> set GOPATH=%USERPROFILE\gocode
|
c:\> set GOPATH=%USERPROFILE%\gocode
|
||||||
c:\> mkdir %GOPATH%
|
c:\> mkdir %GOPATH%
|
||||||
|
|
||||||
Then, it's time to install Grumble. The following line should do the trick:
|
Then, it's time to install Grumble. The following line should do the trick:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue