Updated Installation (markdown)

Hajime Hoshi 2017-02-17 03:21:43 +09:00
parent 241df5a9b1
commit 1226be67cc

@ -1,12 +1,12 @@
Let's get the Ebiten source code and compile it. Let's get the Ebiten source code and compile it.
```sh ```sh
:; go get github.com/hajimehoshi/ebiten/... go get github.com/hajimehoshi/ebiten/...
``` ```
If you want to run your game on a web browser, execute this: 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/gopherjs/webgl
``` ```