From 26cac7adff2677a79410ec3aca38d296461d2c02 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 14 May 2017 02:08:04 +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 3fa239a..d21a066 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: