mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-07 00:14:28 +01:00
Updated Windows (markdown)
parent
e7d1467556
commit
b1e98d2944
@ -28,6 +28,8 @@ scoop install git
|
|||||||
To check installation finished correctly, let's execute an example.
|
To check installation finished correctly, let's execute an example.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd %GOPATH%\src\github.com\hajimehoshi\ebiten\examples
|
mkdir test
|
||||||
go run -tags=example rotate\main.go
|
go mod init example.com/m
|
||||||
|
go get github.com/hajimehoshi/ebiten
|
||||||
|
go run -tags=example github.com/hajimehoshi/ebiten/rotate/main.go
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user