From 1226be67cc3b745cf4be74585618d3ad3158654a Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 17 Feb 2017 03:21:43 +0900 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index d7b1726..545cb4b 100644 --- a/Installation.md +++ b/Installation.md @@ -1,12 +1,12 @@ 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: ```sh -:; go get github.com/gopherjs/gopherjs -:; go get github.com/gopherjs/webgl +go get github.com/gopherjs/gopherjs +go get github.com/gopherjs/webgl ``` \ No newline at end of file