Updated Windows (markdown)

Hajime Hoshi 2019-03-04 23:57:46 +09:00
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
``` ```