mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 16:04:29 +01:00
Updated Windows (markdown)
parent
29e5bd6f60
commit
8de471c939
11
Windows.md
11
Windows.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user