Updated Installation (markdown)

Hajime Hoshi 2017-07-24 02:43:51 +09:00
parent b19e686c61
commit 1989bcf202

@ -14,5 +14,5 @@ go get github.com/gopherjs/webgl
If you want to recompile every time when you run your game, you can install them. If you want to recompile every time when you run your game, you can install them.
```sh ```sh
go install github.com/hajimehoshi/ebiten go install github.com/hajimehoshi/ebiten/...
``` ```