From 910b23ec376b89f7808c1a63e5a6ee0ff0599e2f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sat, 18 Feb 2017 18:48:51 +0800 Subject: [PATCH] Fix some explain --- zh/01.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/01.1.md b/zh/01.1.md index 5be55ffb..053fc0a6 100644 --- a/zh/01.1.md +++ b/zh/01.1.md @@ -105,7 +105,7 @@ Linux系统用户可通过在Terminal中执行命令`arch`(即`uname -m`)来查 ### Windows 安装 ### -访问[Google Code 下载页][downlink],32 位请选择名称中包含 windows-386 的 msi 安装包,64 位请选择名称中包含 windows-amd64 的。下载好后运行,不要修改默认安装目录 C:\Go\,若安装到其他位置会导致不能执行自己所编写的 Go 代码。安装完成后默认会在环境变量 Path 后添加 Go 安装目录下的 bin 目录 `C:\Go\bin\`,并添加环境变量 GOROOT,值为 Go 安装根目录 `C:\Go\` 。 +访问[Golang 下载页][downlink],32 位请选择名称中包含 windows-386 的 msi 安装包,64 位请选择名称中包含 windows-amd64 的。下载好后运行,不要修改默认安装目录 C:\Go\,若安装到其他位置会导致不能执行自己所编写的 Go 代码。安装完成后默认会在环境变量 Path 后添加 Go 安装目录下的 bin 目录 `C:\Go\bin\`,并添加环境变量 GOROOT,值为 Go 安装根目录 `C:\Go\` 。 **验证是否安装成功**