Updated Web Browsers (markdown)

Hajime Hoshi 2017-02-09 11:56:46 +09:00
parent 31ebe4f80c
commit 788ef3e032

@ -3,7 +3,7 @@ See [[Installation]].
Compile your game with [GopherJS](http://www.gopherjs.org/):
```sh
:; gopherjs build -o yourgame.js path/to/yourgame
$ gopherjs build -o yourgame.js path/to/yourgame
```
Then, open the below HTML on your HTTP server: