From 03aff18db6666b1789d67efcc18f2a8e348eae7b Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 2 Aug 2016 01:14:36 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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]]