From 12224a2c20fda467b0a5bf3e4ed9a7d2b2f14f7a Mon Sep 17 00:00:00 2001 From: Can Date: Thu, 28 Dec 2017 23:18:08 +0800 Subject: [PATCH] In Windows 10, there is a faster way to edit environment variables. --- SettingGOPATH.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SettingGOPATH.md b/SettingGOPATH.md index 6c725634..dbdbda0c 100644 --- a/SettingGOPATH.md +++ b/SettingGOPATH.md @@ -53,3 +53,8 @@ Note that `GOPATH` must not be the same path as your Go installation. * Type `GOPATH` into the "Variable name" field. * Type `C:\work` into the "Variable value" field. * Click OK. + +## Windows 10 +There is a faster way to edit `Environment Variables` with search +* Left click on "Search" and type `env` or `environment`. select `Edit environment variables for your account` +* and follow step above \ No newline at end of file