mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Merge PR #38: Fixed Windows GOPATH line
This commit is contained in:
commit
64f9b7ff30
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):
|
||||
|
||||
c:\> set GOPATH=%USERPROFILE\gocode
|
||||
c:\> set GOPATH=%USERPROFILE%\gocode
|
||||
c:\> mkdir %GOPATH%
|
||||
|
||||
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