From 93e161d25ef1c051c0def39353aeff3e6f34fce0 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 24 Sep 2018 11:36:07 +0800 Subject: [PATCH] Updated SettingGOPATH (markdown) --- SettingGOPATH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SettingGOPATH.md b/SettingGOPATH.md index e2b1d96f..d384ce9f 100644 --- a/SettingGOPATH.md +++ b/SettingGOPATH.md @@ -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). \ No newline at end of file