Updated Installation (markdown)

Hajime Hoshi 2018-06-08 00:57:55 +09:00
parent c8d5df8244
commit 3f0cb7aca4

@ -8,7 +8,7 @@ If you want to run your game on a web browser, execute this:
```sh ```sh
go get github.com/gopherjs/gopherjs go get github.com/gopherjs/gopherjs
go get github.com/gopherjs/webgl go get github.com/hajimehoshi/gopherwasm
``` ```
If you don't want to recompile every time when you run your game, you can install them. If you don't want to recompile every time when you run your game, you can install them.