diff --git a/Home.md b/Home.md index bd06e59..3bdd73f 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,20 @@ Welcome to the Ebiten wiki! +# How to install + +Let's get the Ebiten source code and compile it. + +```sh +:; go get github.com/hajimehoshi/ebiten +``` + +If you want to run your game on a web browser, execute this: + +``` +:; go get github.com/gopherjs/gopherjs +:; go get github.com/gopherjs/webgl +``` + # How to build - [[Linux]] - [[Android]]