mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-31 04:54:28 +01:00
Updated Installation (markdown)
parent
46c2f599e2
commit
14222e7666
@ -17,7 +17,7 @@ If you don't want to recompile every time when you run your game, you can instal
|
|||||||
go install github.com/hajimehoshi/ebiten/...
|
go install github.com/hajimehoshi/ebiten/...
|
||||||
```
|
```
|
||||||
|
|
||||||
# Modules
|
# Modules (Go 1.11 beta 2)
|
||||||
|
|
||||||
As of Go 1.11, modules are introduced experimentally. If you want to use Ebiten with modules, execute these commands with Go 1.11 beta 2:
|
As of Go 1.11, modules are introduced experimentally. If you want to use Ebiten with modules, execute these commands with Go 1.11 beta 2:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user