Updated Installation (markdown)

Hajime Hoshi 2017-05-14 02:08:04 +09:00
parent c62ee92964
commit 26cac7adff

@ -1,7 +1,7 @@
Let's get the Ebiten source code and compile it.
```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: