We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4394 commit 7aaa468Copy full SHA for 7aaa468
1.1.md
@@ -63,7 +63,7 @@ Linux系统用户可通过在Terminal中执行命令`uname -a`来查看系统信
63
在类Unix系统中,需要安装gcc等工具,例如Ubuntu系统可通过这种方式安装编译工具:`sudo apt-get install gcc libc6-dev`。
64
在Windows系统中,你需要安装MinGW,然后通过MinGW安装gcc。
65
66
-首先你必须安装了hg工具,然后执行如下代码:
+Go使用[Mercurial](http://mercurial.selenic.com/downloads/)进行版本管理,首先你必须安装了Mercurial,然后才行下载。假设你已经安装好Mercurial,执行如下代码:
67
68
假设已经位于Go的安装目录 `$GO_INSTALL_DIR`下
69
0 commit comments