commit | 9d927c98b68a5508d7f96223ffbe2f94c804431c | [log] [tgz] |
---|---|---|
author | Gautham B A <gautham.bangalore@gmail.com> | Thu Jul 05 10:18:05 2018 +0530 |
committer | Gautham B A <gautham.bangalore@gmail.com> | Thu Jul 05 10:18:05 2018 +0530 |
tree | f41abf84242a40666cf3c047a746d03009bc6588 | |
parent | 86f91b59102b85729f230a1b0eb51ad92771d8c7 [diff] [blame] |
Add an extra backslash for path in Windows
diff --git a/WindowsBuild.md b/WindowsBuild.md index 5275d9d..edb6d6c 100644 --- a/WindowsBuild.md +++ b/WindowsBuild.md
@@ -6,7 +6,7 @@ It will download some installers to your desktop, which you should run. Just click through; all the defaults are fine. -Then it will check out Go and place it in c:\Users\%USER%\goroot and build it. +Then it will check out Go and place it in c:\Users\\%USER%\goroot and build it. That's it.