Updated Windows (markdown)

Hajime Hoshi 2019-03-05 00:00:30 +09:00
parent 29e5bd6f60
commit 8de471c939

@ -22,14 +22,3 @@ You also can get Git via [Scoop](http://scoop.sh/).
```sh
scoop install git
```
## Run examples
To check installation finished correctly, let's execute an example.
```
mkdir test
go mod init example.com/m
go get github.com/hajimehoshi/ebiten
go run -tags=example github.com/hajimehoshi/ebiten/rotate/main.go
```