Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-06-05 00:26:55 +0300
committerGitHub <noreply@github.com>2019-06-05 00:26:55 +0300
commit64f9b7ff306cb21f9d3d804987137aa5aef3e7cf (patch)
tree9d91b7c65a186f7b13ca2a46a37baabdd2afd22f
parentdb74c1ab8eef30cc8d4f81fb6d42e40235b29486 (diff)
parentcc1933758e37db6bdd0aeee28dc14ec9bf4f6e44 (diff)
Merge PR #38: Fixed Windows GOPATH line
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02771df..2ae55a1 100644
--- a/README.md
+++ b/README.md
@@ -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: