From 1989bcf20208ac705e2f67c7f857f698a0cf822d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 24 Jul 2017 02:43:51 +0900 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index d21a066..1592919 100644 --- a/Installation.md +++ b/Installation.md @@ -14,5 +14,5 @@ go get github.com/gopherjs/webgl If you want to recompile every time when you run your game, you can install them. ```sh -go install github.com/hajimehoshi/ebiten +go install github.com/hajimehoshi/ebiten/... ``` \ No newline at end of file