From a1ac49372aaff3679955995b71261f944b34e2ac Mon Sep 17 00:00:00 2001 From: eihigh <44455895+eihigh@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:45:53 +0900 Subject: [PATCH] Update README_ja.md --- README_ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ja.md b/README_ja.md index 92b2d89..af31445 100644 --- a/README_ja.md +++ b/README_ja.md @@ -22,7 +22,7 @@ https://eihigh.github.io/wasmgame/ 2. 新しいリポジトリの名前を入力し、`Create repository` をクリック 3. その新しいリポジトリを `git clone` でダウンロードする 4. ダウンロードした `main.go` や `go.mod` のあるディレクトリに移動し、`go run ./tool build` コマンドを実行する -5. `go run ./tool serve` コマンドを実行したまま、`http://localhost:8080` をブラウザで開く +5. 次に `go run ./tool serve` コマンドを実行し、そのまま `http://localhost:8080` をブラウザで開く 6. それらしき画面が表示されることを確かめる 7. `main.go` を好みで編集し、`go run ./tool serve` を実行したまま、別のターミナルで再度 `go run ./tool build` を実行すると、自動でブラウザがリロードされるのを確かめる 8. 以降、7. を繰り返す。