mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-31 04:54:28 +01:00
Updated Installation (markdown)
parent
7ccedf367a
commit
46c2f599e2
@ -26,10 +26,12 @@ As of Go 1.11, modules are introduced experimentally. If you want to use Ebiten
|
|||||||
mkdir mygo
|
mkdir mygo
|
||||||
cd mygo
|
cd mygo
|
||||||
go1.11beta2 mod -init -module example.com/m
|
go1.11beta2 mod -init -module example.com/m
|
||||||
# The above module name is arbitrary. If you want to make this public on GitHub later,
|
# The above module name is arbitrary.
|
||||||
|
# If you want to make this public on GitHub later,
|
||||||
# name it properly like github.com/yourname/yourgame.
|
# name it properly like github.com/yourname/yourgame.
|
||||||
|
|
||||||
# Get the latest Ebiten (This is optional: If you skip this, the latest stable version will be used)
|
# Get the latest Ebiten (This is optional:
|
||||||
|
# If you skip this, the latest stable version will be used.)
|
||||||
go1.11beta2 get github.com/hajimehoshi/ebiten@master
|
go1.11beta2 get github.com/hajimehoshi/ebiten@master
|
||||||
|
|
||||||
# Write your game
|
# Write your game
|
||||||
|
Loading…
Reference in New Issue
Block a user