Updated SettingGOPATH (markdown)

Tristan 2018-09-24 11:36:07 +08:00
parent b20f126642
commit 93e161d25e

@ -71,5 +71,5 @@ There is a faster way to edit `Environment Variables` via search:
## Windows 10 (cli version)
* Open a command prompt (windows-key + r then type "cmd") or a powershell window (windows-key + i)
* Type `setx %USERPROFILE%\go`
* Type `setx GOPATH %USERPROFILE%\go`
* Close the command or powershell window (the environment variable is only available for new command or powershell windows, not for the current window).