Updated Installation (markdown)

Hajime Hoshi 2016-09-05 02:25:32 +09:00
parent 1e66393c08
commit d6b591fd19

@ -1,7 +1,7 @@
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: