From 91df8960fdbb95ca2a34eb8d3fc7f426d8a4739c Mon Sep 17 00:00:00 2001 From: Soshi Homma Date: Fri, 21 Jun 2024 15:47:07 +0900 Subject: [PATCH] =?UTF-8?q?welcome.article=20go=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97=E3=81=AB?= =?UTF-8?q?=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/welcome.article | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/content/welcome.article b/content/welcome.article index e05ffec0..72e144a7 100644 --- a/content/welcome.article +++ b/content/welcome.article @@ -76,7 +76,7 @@ The tour is available in other languages: [[javascript:highlightAndClick(".next-page")]["next" ボタンをクリック]] するか `PageDown` で進みましょう。 -#appengine: * Go offline +#appengine: * Go offline (任意) #appengine: #appengine: この Go Tour はスタンドアロンのプログラムとして動かすこともできます。 #appengine: @@ -86,14 +86,12 @@ The tour is available in other languages: #appengine: [[https://golang.org/dl/][Goのダウンロードとインストール]] #appengine: し、コマンドラインで以下のように実行します: #appengine: -#appengine: go tool tour +#appengine: go install golang.org/x/website/tour@latest #appengine: -#appengine: 上記のコマンドの実行に問題がある場合は手動でこのツアーをインストールして実行できます: -#appengine: -#appengine: go get github.com/atotto/go-tour-jp/gotour -#appengine: gotour -#appengine: -#appengine: gotour ではローカルバージョンの tour を表示するウェブブラウザが開きます。 +#appengine: このコマンドを実行すると、 +#appengine: [[GOPATH][https://go.dev/cmd/go/#hdr-GOPATH_and_Modules]] +#appengine: に`tour`という実行ファイルをダウンロードします。 +#appengine: tour ファイルを実行すると、ローカルバージョンの gotour を表示するウェブブラウザが開きます。 #appengine: #appengine: もちろん、ここのウェブサイトでGo Tourを続けてもらって構いません。