Updated Installation (markdown)

Hajime Hoshi 2019-03-05 00:04:18 +09:00
parent 6d8fd7379b
commit 90027edd82

@ -58,5 +58,5 @@ go run -tags=example ./examples/rotate
mkdir test
go mod init example.com/m
go get github.com/hajimehoshi/ebiten
go run -tags=example github.com/hajimehoshi/ebiten/rotate/main.go
go run -tags=example github.com/hajimehoshi/ebiten/rotate
```