From 3d841d35efa02504bcae42c3a9c5a49932030125 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 24 Jun 2018 20:34:46 +0900 Subject: [PATCH] Updated Web Browsers (markdown) --- Web-Browsers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Web-Browsers.md b/Web-Browsers.md index 6f6234d..cc3d3b7 100644 --- a/Web-Browsers.md +++ b/Web-Browsers.md @@ -1,5 +1,11 @@ See [[Installation]]. +Install `gopherjs` command. + +```sh +$ go get github.com/gopherjs/gopherjs +``` + Compile your game with [GopherJS](http://www.gopherjs.org/): ```sh