Updated Installation (markdown)

Hajime Hoshi 2019-03-05 00:00:08 +09:00
parent b1e98d2944
commit 29e5bd6f60

@ -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: