From d6b591fd19b14ac7bc02c2faf0374648637e3c57 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 5 Sep 2016 02:25:32 +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 d99bd08..d7b1726 100644 --- a/Installation.md +++ b/Installation.md @@ -1,7 +1,7 @@ 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: