mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-30 12:34:28 +01:00
Updated Installation (markdown)
parent
3fdab276cb
commit
7d92639d19
@ -19,7 +19,7 @@ go install github.com/hajimehoshi/ebiten/...
|
||||
|
||||
# Modules (Go 1.11 and later)
|
||||
|
||||
As of Go 1.11, modules are introduced experimentally. You can work with Ebiten without GOPATH environment variable. If you want to use Ebiten with modules, execute these commands with Go 1.11:
|
||||
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:
|
||||
|
||||
```sh
|
||||
# Write your game at your favorite directory.
|
||||
|
Loading…
Reference in New Issue
Block a user