From bfa880eea69e5e930e80d034562ab9e0ab437d6d Mon Sep 17 00:00:00 2001 From: 180909 <734461790@qq.com> Date: Wed, 25 Aug 2021 07:40:55 +0800 Subject: [PATCH] manage-install update get to install command --- _content/doc/manage-install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_content/doc/manage-install.html b/_content/doc/manage-install.html index 06d56314db..6bc8d504f7 100644 --- a/_content/doc/manage-install.html +++ b/_content/doc/manage-install.html @@ -23,11 +23,11 @@

Installing multiple Go versions

-To install additional Go versions, run the go get command, specifying the download location of the version you want to install. The following example illustrates with version 1.10.7: +To install additional Go versions, run the go install command, specifying the download location of the version you want to install. The following example illustrates with version 1.10.7:

-$ go get golang.org/dl/go1.10.7
+$ go install golang.org/dl/go1.10.7
 $ go1.10.7 download