Skip to content

Commit

Permalink
Update README_ja.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eihigh authored Sep 18, 2023
1 parent 7371fd2 commit a1ac493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. を繰り返す。
Expand Down

0 comments on commit a1ac493

Please sign in to comment.