From cc1933758e37db6bdd0aeee28dc14ec9bf4f6e44 Mon Sep 17 00:00:00 2001 From: rasmus-z <1848463+rasmus-z@users.noreply.github.com> Date: Tue, 4 Jun 2019 22:56:43 +0200 Subject: [PATCH] Fixed Windows GOPATH line Added missing % to Windows GOPATH instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: