From 29e5bd6f6064bea7ba9b3b961924bb7d746cae6b Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 5 Mar 2019 00:00:08 +0900 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Installation.md b/Installation.md index 5eb1c88..d5f9203 100644 --- a/Installation.md +++ b/Installation.md @@ -13,12 +13,6 @@ go get github.com/gopherjs/gopherjs go get github.com/gopherjs/gopherwasm/js ``` -If you don't want to recompile every time when you run your game, you can install them. - -```sh -go install github.com/hajimehoshi/ebiten/... -``` - # Modules (Go 1.11 and later) As of Go 1.11, modules are introduced. You can work with Ebiten without GOPATH environment variable. If you want to use Ebiten with modules, execute these commands with Go 1.11: