From 8b98d920f594b89be16fbcd9c14975abf47681c1 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 24 Jun 2018 20:37:16 +0900 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 6ea60bf..efa8716 100644 --- a/Installation.md +++ b/Installation.md @@ -7,6 +7,7 @@ go get github.com/hajimehoshi/ebiten/... If you want to run your game on a web browser, execute this: ```sh +go get github.com/gopherjs/gopherjs go get github.com/gopherjs/gopherwasm/js ```